Skip to content

Commit

Permalink
Fix internal framerate counter for PAL games
Browse files Browse the repository at this point in the history
  • Loading branch information
simias committed Jun 21, 2016
1 parent e3c7597 commit 465fdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3258,6 +3258,7 @@ bool retro_load_game(const struct retro_game_info *info)
MDFNMP_InstallReadPatches();

is_pal = (CalcDiscSCEx() == REGION_EU);
content_is_pal = is_pal;

alloc_surface();

Expand Down

0 comments on commit 465fdd9

Please sign in to comment.