ReignerDeustcher Posted November 16 Share Posted November 16 How can i make this emulator go fullscreen when i launch a game? also i want to close everthing with esc, is that possible? Quote Link to comment Share on other sites More sharing options...
Solution JoeViking245 Posted November 16 Solution Share Posted November 16 10 hours ago, ReignerDeustcher said: How can i make this emulator go fullscreen when i launch a game? also i want to close everthing with esc, is that possible? In your Flycast emulator folder, edit emu.cfg and set fullscreen to yes. [window] fullscreen = yes In LaunchBox, edit your Flycast emulator. In the Running Script put: $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
ReignerDeustcher Posted November 16 Author Share Posted November 16 2 hours ago, JoeViking245 said: In your Flycast emulator folder, edit emu.cfg and set fullscreen to yes. [window] fullscreen = yes In LaunchBox, edit your Flycast emulator. In the Running Script put: $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } it works great, thanks buddy! 1 Quote Link to comment Share on other sites More sharing options...
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.