From a112cf2e53f86822235138127f3b937dbe2cada0 Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Fri, 1 Oct 2021 10:50:44 +0200 Subject: [PATCH] README.md -- fix md formatting --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b864101..a9e196a 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,54 @@ -##Permissions used: +# Permissions used: -#device=all +## device=all This is required in order for arbitrary gamepads to work, as well as gpu acceleration. If you don't like this and don't want gamepad support it is possible to change this to ```device=dri``` so that opengl will still work. -#filesystem=host:ro +## filesystem=host:ro Grants read-only access to the host file system, Dolphin requires this in order to display the contents of your games directory on the main window. You can disable this and dolphin will still work, but you'll need to run games manually through the File->Open menu each time. -#socket=pulseaudio +## socket=pulseaudio Dolphin needs this to play audio. -#env=QT_QPA_PLATFORM=xcb +## env=QT_QPA_PLATFORM=xcb This env variable fixes a hypothetical case that could prevent Dolphin from running if it were set to wayland, it's unlikely but we keep it just in case. -Usually this would only happen if the user had globally set the variable in order to force applications to run on wayland, otherwise it is safe to drop. +Usually this would only happen if the user had globally set the variable in order to force qt applications to run on native wayland mode, otherwise it is safe to drop. -#socket=x11 +## socket=x11 Necessary in order to display the window, Dolphin has no wayland support at this point. -#share=network +## share=network It's required by some features to work, such as netplay, firmware updates and the optional telemetry. It's safe to disable if you don't want those features. -#share=ipc +## share=ipc Graphical applications will run slowly without this. -#allow=bluetooth +## allow=bluetooth Only necessary when using "Real Wii remotes" in conjunction with the feature labeled "Emulate the Wii's Bluetooth adapter". It's safe to disable if that feature is not in use, generic bluetooth gamepads will still work without it. Actual Wii remotes can also work without this option when using the separate passthrough feature. -#filesystem=xdg-run/app/com.discordapp.Discord:create +## filesystem=xdg-run/app/com.discordapp.Discord:create Necessary for discord (a nonfree messaging service) integration. Can be safely dropped if discord is not used. -#talk-name=org.freedesktop.ScreenSaver +## talk-name=org.freedesktop.ScreenSaver Required for screensaver inhibition during gameplay.