![]() |
|
Command Line usage question - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: Command Line usage question (/Thread-command-line-usage-question) |
Command Line usage question - shadow1987 - 05-19-2010 First of all, thanks to everyone related to such fantastic emulator. Dolphin Rocks! But i need some help using Dolphin via Command Line i´m using Dolphin x64 latest (5448) under Windows 7 x64 My Question : What must i enter to get this : Batch /v using OpenGL /e "rom.ext" Batch /v using DX9 /e "rom.ext I dont know what i should type after the /v to get OpenGL or DX9 to Load as Videoplugin Hope you could help Thanks in advantage RE: Command Line usage question - LuisR14 - 05-20-2010 just type in Dolphin.exe in the command line and it'll tell you the options it has
RE: Command Line usage question - shadow1987 - 05-20-2010 (05-20-2010, 02:19 AM)LuisR14 Wrote: just type in Dolphin.exe in the command line and it'll tell you the options it has Thanks dude but THIS is my problem i dunno what to write AFTER the /v to Choose OpenGL oder DirectX9 i tested with things like these : dolphin.exe /v [color=#FF4500]plugin_opengl.dll[/color] /e romname.ext but dolphin choosed NO VideoPlugin (Blank) does anybody know what i must instead of [color=#FF4500]plugin_opengl.dll[/color] to Make DirectX9 or OpenGL work? I will let it choose by Commandline, batch1 should start with DX9 Plugin and batch2 should start with OGL RE: Command Line usage question - Billiard26 - 05-20-2010 Plugins/Plugin_VideoOGL.dll The relative path. Like it is in the Config.ini file. RE: Command Line usage question - shadow1987 - 05-20-2010 (05-20-2010, 11:31 AM)Billiard26 Wrote: Plugins/Plugin_VideoOGL.dll I´m now using the emuControlCenter to start my Games i configured the emu in this CLI via this code "C:\Dolphin\Dolphin.exe" /V Plugins\Plugin_VideoOGL.dll /e %ROM% %ROM% is a Variable by the tool It doesn´t Found anything /V C:\Dolphin\Plugins\Plugin_VideoOGL.dll --> doesnt work /V Plugins\Plugin_VideoOGL.dll --> doesnt work /V "Plugins\Plugin_VideoOGL.dll" --> doesnt work /V "Plugin_VideoOGL.dll" --> doesnt work /V Plugin_VideoOGL.dll --> doesnt work i don´t know any other option does anyone of the coder know how to handle this? RE: Command Line usage question - Billiard26 - 05-20-2010 Try this? Dolphin.exe --video_plugin=Plugins/Plugin_VideoOGL.dll RE: Command Line usage question - shadow1987 - 05-20-2010 (05-20-2010, 04:58 PM)Billiard26 Wrote: Try this? Thanks you made my day ![]() This actually works |