Skip to content

Commit

Permalink
fix: fix uncaught exception
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Aug 5, 2024
1 parent 0971329 commit 4c4aeb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/emu/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ function requestFrame() {
type: 'requestFrame',
p1: keys[1] | touch_keys[1],
p2: keys[2] | touch_keys[2],
mem_peek: g_gym_addresses,
panels: [],
});
g_frame_delay -= 1;
Expand Down

0 comments on commit 4c4aeb4

Please sign in to comment.