don't turbo in playback mode
This commit is contained in:
parent
c3929d8aa1
commit
7a5ba49356
1 changed files with 2 additions and 1 deletions
3
main.lua
3
main.lua
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue