mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
Fix for issue 869. Thanks!
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2971 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d973a9e001
commit
946491c8ea
@ -32,7 +32,6 @@ wiiuse.dll: Wiimote Bluetooth API (http://www.wiiuse.net/)
|
|||||||
SDL: Simple DirectMedia Layer API (http://www.libsdl.org/)
|
SDL: Simple DirectMedia Layer API (http://www.libsdl.org/)
|
||||||
*.pdb = Program Debug Database (use these symbols with a program debugger)
|
*.pdb = Program Debug Database (use these symbols with a program debugger)
|
||||||
[DSP Plugins]
|
[DSP Plugins]
|
||||||
Plugin_DSP_NULL.dll: No Audio
|
|
||||||
Plugin_DSP_LLE.dll: Low Level DSP Emulation
|
Plugin_DSP_LLE.dll: Low Level DSP Emulation
|
||||||
Plugin_DSP_HLE.dll: High Level DSP Emulation (only emulates AX UCodes)
|
Plugin_DSP_HLE.dll: High Level DSP Emulation (only emulates AX UCodes)
|
||||||
[Video plugins]
|
[Video plugins]
|
||||||
@ -46,7 +45,11 @@ Plugin_nJoy_SDL.dll: Use Joypads
|
|||||||
Plugin_Wiimote.dll: Use native wiimote or keyboard
|
Plugin_Wiimote.dll: Use native wiimote or keyboard
|
||||||
|
|
||||||
[Linux Version]
|
[Linux Version]
|
||||||
(someone fill this out)
|
Usage: Dolphin [-h] [-d] [-l] [-e <str>]
|
||||||
|
-h, --help Prints usage message
|
||||||
|
-d, --debugger Run Dolphin with the debugger tools
|
||||||
|
-l, --logger Run Dolphin with the logmanager enabled
|
||||||
|
-e, --elf=<path> Loads an elf file
|
||||||
|
|
||||||
[Mac Version]
|
[Mac Version]
|
||||||
(someone fill this out)
|
(someone fill this out)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user