From 946491c8ea3d9c2dc3b395568a4121a6df4830d5 Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Wed, 15 Apr 2009 01:13:15 +0000 Subject: [PATCH] Fix for issue 869. Thanks! git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2971 8ced0084-cf51-0410-be5f-012b33b47a6e --- Readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Readme.txt b/Readme.txt index 22e00f42b8..c8a8c768c3 100644 --- a/Readme.txt +++ b/Readme.txt @@ -32,7 +32,6 @@ wiiuse.dll: Wiimote Bluetooth API (http://www.wiiuse.net/) SDL: Simple DirectMedia Layer API (http://www.libsdl.org/) *.pdb = Program Debug Database (use these symbols with a program debugger) [DSP Plugins] -Plugin_DSP_NULL.dll: No Audio Plugin_DSP_LLE.dll: Low Level DSP Emulation Plugin_DSP_HLE.dll: High Level DSP Emulation (only emulates AX UCodes) [Video plugins] @@ -46,7 +45,11 @@ Plugin_nJoy_SDL.dll: Use Joypads Plugin_Wiimote.dll: Use native wiimote or keyboard [Linux Version] -(someone fill this out) +Usage: Dolphin [-h] [-d] [-l] [-e ] + -h, --help Prints usage message + -d, --debugger Run Dolphin with the debugger tools + -l, --logger Run Dolphin with the logmanager enabled + -e, --elf= Loads an elf file [Mac Version] (someone fill this out)