compatibility with others bizhawk

This commit is contained in:
bouletmarc 2015-05-30 16:14:10 -04:00
parent b887b544bd
commit 36f4e59a6e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ local function generateNextInput(currentMap)
if currentMap == 0 then
if running then
if not hasAlreadyStartedPlaying then
client.reboot_core()
if emu.framecount() ~= 1 then client.reboot_core() end
hasAlreadyStartedPlaying = true
else
resetAll()