Skip to content

Commit

Permalink
fix for hiscores lost on reset (libretro#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
eadmaster authored and eadmaster committed Apr 1, 2021
1 parent 413e907 commit 05b8438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/burner/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,8 @@ void retro_reset()

apply_dipswitches_from_variables();
apply_cheats_from_variables();

HiscoreReset();

ForceFrameStep(1);
}
Expand Down

0 comments on commit 05b8438

Please sign in to comment.