diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-11-26 20:17:22 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-11-26 20:17:22 -0800 |
commit | 4a9e985267f3c88b480f9f3b3d07e4a0c70716ae (patch) | |
tree | d799319978fa67790b540726bf60fc9308b834c9 /blastem.c | |
parent | 3b2e343a1088abc7fe1cf1dffcf6a20aa97b0918 (diff) |
Enable lock-on in Nuklear UI
--HG--
branch : nuklear_ui
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -562,7 +562,9 @@ int main(int argc, char ** argv) current_system = menu_system; menu = 1; } - current_system->resume_context(current_system); + if (!current_system->next_rom) { + current_system->resume_context(current_system); + } } else { break; } |