Skip to content

Commit

Permalink
Issue#214: fix frame skip on 150% speed table entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Dec 17, 2023
1 parent 8b10579 commit e920379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const emu_speed_t emu_speeds[NUM_EMU_SPEEDS] = {
{ "50%", 0.50, 1 },
{ "75%", 0.75, 1 },
{ "100%", 1, 1 },
{ "150%", 1.50, 3 },
{ "150%", 1.50, 2 },
{ "200%", 2.00, 2 },
{ "300%", 3.00, 3 },
{ "400%", 4.00, 4 },
Expand Down

0 comments on commit e920379

Please sign in to comment.