From f8575c28ed2856413254275109a4d0bfb5351034 Mon Sep 17 00:00:00 2001 From: mat1210 Date: Sat, 17 Jul 2021 23:54:48 -0300 Subject: [PATCH] Fix Readme.md's command line usage --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 4a16b75fc9..44ec9d11dd 100644 --- a/Readme.md +++ b/Readme.md @@ -144,15 +144,15 @@ see where it's stored) if you don't plan to reinstall Dolphin. ## Command Line Usage -`Usage: Dolphin [-h] [-d] [-l] [-e ] [-b] [-V ] [-A ]` +`Usage: Dolphin [-h] [-d] [-l] [-e ] [-b] [-v ] [-a ]` * -h, --help Show this help message * -d, --debugger Show the debugger pane and additional View menu options * -l, --logger Open the logger * -e, --exec= Load the specified file (DOL,ELF,WAD,GCM,ISO) * -b, --batch Exit Dolphin with emulator -* -V, --video_backend= Specify a video backend -* -A, --audio_emulation= Low level (LLE) or high level (HLE) audio +* -v, --video_backend= Specify a video backend +* -a, --audio_emulation= Low level (LLE) or high level (HLE) audio Available DSP emulation engines are HLE (High Level Emulation) and LLE (Low Level Emulation). HLE is faster but less accurate whereas