don't turbo in playback mode

This commit is contained in:
Connor Olding 2018-06-16 00:50:22 +02:00
parent c3929d8aa1
commit 7a5ba49356

View File

@ -474,7 +474,8 @@ local function init()
emu.poweron()
emu.unpause()
if not cfg.playable_mode then emu.speedmode("turbo") end
local playing = cfg.playable_mode or cfg.playback_mode
if not playing then emu.speedmode("turbo") end
if not any_random then
loadlevel(cfg.starting_world, cfg.starting_level)