From 36f4e59a6e9ae58e9f77ba4337a7ece3c29cce78 Mon Sep 17 00:00:00 2001 From: bouletmarc Date: Sat, 30 May 2015 16:14:10 -0400 Subject: [PATCH] compatibility with others bizhawk --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index b5cf1ef..4c0b787 100644 --- a/main.lua +++ b/main.lua @@ -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()