Sega Model 2 Emulator AHK script fix

Issue #3123 closed
Netanel Attali created an issue

Using Launchbox 7.10.

The current AHK script for Sega Model 2 Emulator closes the emulator process, which results in the nvram file not being created. Apparently the file is written on a clean close. This means that the user need to change the cabinet setting (such as setting the machine to single mode etc.) each time.

A simple solution will be to use the WinClose command instead:

WinClose, ahk_exe {{{StartupEXE}}}

Comments (3)

  1. Log in to comment