Jump to content
LaunchBox Community Forums

hodgegoulashi

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hodgegoulashi's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

1

Reputation

  1. Once again sorry if this is around but I didn't see it when looking. I run Flycast standalone outside of Retroarch. In order for escape to work for exiting games you will need to use the following auto hotkey script. Note: this is this is just a copy and paste from the M2 emulator script but figured if I can make life easier for someone looking around might as well. Cheers all! ; This section closes Sega Model 2 Emulator when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} }
  2. I didn't see anyone else having this issue so I wasn't sure if it was just me, but when opening a game with Nebula's Sega Model 2 emulator the window border was still visible. I added the following snippet to the "Running Autohotkey Script" tab for the emulator. This will maximize the window so a true full screen is shown. ; This section maximizes the game window on startup Sleep, 500 Send {LWin down} {Up} {LWin up} Return
×
×
  • Create New...