mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 15:17:48 +01:00
fix gameboy autostart
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
cancelTick();
|
||||
frameDelayCarryUs = 0;
|
||||
GB_PERF_ONLY(perf.resetAll();)
|
||||
prevInput = {};
|
||||
prevInput = context.input.readState();
|
||||
statusMessage.clear();
|
||||
resetFpsStats();
|
||||
scaleMode = ScaleMode::FullHeightWide;
|
||||
|
||||
Reference in New Issue
Block a user