Emulator Issues #51
closedCommand Line Support
0%
Description
Command line support would be useful for people who use front-ends to
launch their emulators.
Updated by fires.gc over 16 years ago
- Status changed from New to Accepted
- Issue type changed from Bug to Feature request
- Priority changed from Normal to Low
Updated by darkdonno about 16 years ago
Maybe someone could write up a list of command lines options that they beleive
should be implemented to help give someone an idea on what this should do.
Updated by Hieroo about 16 years ago
I'd love to see this implemented, makes it so much easier for those of us that use
frontends.
Updated by Sonicadvance1 about 16 years ago
Indeed, someone should provide options that are wanted, and we will try putting them in.
Updated by MasterPhW about 16 years ago
Probably we should contact a frontend author, like the one of GameEx and ask him,
what's needed.
Because it seems no normal user could fill such a list.
I could do it, if you like and report back. Just tell me your opinion.
Updated by Wren20v about 16 years ago
I think Dolphin should use the configuration set up using the GUI unless altered by
the command line. Here's a quick list off the top of my head.
-vp # Video Plugin Select
0 = DX9 Plugin
1 = OGL Plugin
-vc "" Video Plugin .cfg path
-vr #x# Video Resolution
-va Anti-alias Mode
-vf Force bi/trilinear filtering
-f Full-screen
-ap # Audio Plugin Select
0 = HLE Plugin
1 = LLE Plugin
-ac "" Audio Plugin .cfg path
-ah Enable HLE Audio
-ad Enable DTK Music
-aa Anti-gap
-pp # Pad Plugin Select
0 = nJoy Plugin
1 = Pad DirectX9
2 = Keyboard/X360 Pad
-pc "" Pad Plugin .cfg path
-dc Enable Dual-Core Mode
Updated by Hieroo about 16 years ago
MasterPhW and Sonicadvance1 - forum@push-a-button.com.au << EMUCenter authors address.
Updated by nakeee about 16 years ago
I don't like the nogui binary I think it should be command line parameter
Updated by XTra.KrazzY almost 16 years ago
Nay. Can someone finalize a complete argument list?
Updated by scognito almost 16 years ago
dolphin.exe -file mygame.dol should boot mygame.dol, useful for homebrewers!
Finally this emulator can boot my homebrew but I prefere to launch it using cli.
Thanks!
Updated by Hieroo almost 16 years ago
"dolphin.exe -file mygame.dol should boot mygame.dol, useful for homebrewers!
Finally this emulator can boot my homebrew but I prefere to launch it using cli.
Thanks!
"
not working with my frontend emucenter :/
i'll wait it out, maybe a svn2000 bonus :)
Updated by Anonymous almost 16 years ago
- Status changed from Accepted to Questionable
have you even tried dolphin?
how about dolphin /h?
all you need to launch via cli is
dolphin -e <path to something to boot (.dol, .elf, .gcm, .gcz, etc)>
Updated by XTra.KrazzY almost 16 years ago
dolphin -e
dolphin /d
dolphin /h
I think that's all a program needs. For anything plugin-config-wise just use INIs
and/or open dolphin and change the settings manually.
I'd say this is fixed but I need some sort of confirmation
Updated by XTra.KrazzY over 15 years ago
- Status changed from Questionable to Fixed
Fixed unless somebody says otherwise.
Updated by per.wigren over 15 years ago
I'd like a command line option (or even better, an external cli tool) to compress
.iso files to .gcz and vice versa.
Updated by jimbrads about 15 years ago
now I know how to auto-launch my game. Just Curious, how and where we we supposed to
find those command line options before this post? I looked everywhere.