Jayinem Posted Sunday at 08:22 PM Posted Sunday at 08:22 PM So I'm trying to make as many of my emulators be direct boot where it doesn't show any GUI and just boots directly in the game. I've had a lot of trouble with that on Dolphin and I can use startup screen where it says loading but I not only want to skip the loading screen the GUI flashes briefly over the loading screen (yes I'm being overly picky I'm sorry) I'd rather it just boot directly in the game with no gui no waiting like I've been able to do on most emulators. There was a DolphinGUI that they used to use a long time ago and I just happened to get ahold of it a Dolphin built for Teknoparrot but it doesn't seem to work right it still shows the GUI when the game is launching. Has anyone solved this if they're like me picky about GUIs running when a game launches? Quote
JoeViking245 Posted Sunday at 09:14 PM Posted Sunday at 09:14 PM Using the command line parameters -b -e should take care of it. For mine I also add confirm exit=false and fullscreen=true (I know I could just set those via the UI) -b -C Dolphin.Interface.ConfirmStop=False -C Dolphin.Display.Fullscreen=True -e I also have the startup screen delay set to 5 seconds. Quote Usage: dolphin [options]... [FILE]... Options: --version show program's version number and exit -h, --help show this help message and exit -u USER, --user=USER User folder path -m MOVIE, --movie=MOVIE Play a movie file -e <file>, --exec=<file> Load the specified file -n <16-character ASCII title ID>, --nand_title=<16-character ASCII title ID> Launch a NAND title -C <System>.<Section>.<Key>=<Value>, --config=<System>.<Section>.<Key>=<Value> Set a configuration option -s <file>, --save_state=<file> Load the initial save state -d, --debugger Show the debugger pane and additional View menu options -l, --logger Open the logger -b, --batch Run Dolphin without the user interface (Requires --exec or --nand-title) -c, --confirm Set Confirm on Stop -v VIDEO_BACKEND, --video_backend=VIDEO_BACKEND Specify a video backend -a AUDIO_EMULATION, --audio_emulation=AUDIO_EMULATION Choose audio emulation from [HLE|LLE] If you need something more aggressive (which really, you shouldn't with the startup screens), you can try checking the box for Aggressive Startup Window Hiding. and//or Hide Windows that are Not Exclusive Fullscreen. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.