Emulator Issues #9632
openDolphin still opens its main list window even when launching from the command line
0%
Description
What's the problem? Describe what went wrong.
Dolphin calls .show() on its main list window even when you launch the program from its command line with /b /c /f /e. Because it shows its main list window, when you launch Dolphin from a frontend, you can see the window both before the emulation starts and after the emulation stops but before the program finishes closing. Dolphin needs another command line arg that allows it to run with no GUI at all so that frontends can launch it seamlessly. The command line arg could also force full screen mode and not allow minimizing. The other huge problem with opening the main window when launching from a frontend is that if someone presses inputs while Dolphin's starting, the Dolphin main list window can potentially get focus and cause window focus issues.
What steps will reproduce the problem?
Launch anything in Dolphin using /b /c /f /e "[image]"
Which versions of Dolphin did you test on? Does using an older version of Dolphin solve your issue? If yes, which versions of Dolphin used to work?
Any