mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Forgot to clear out last_sample_rate.
This commit is contained in:
parent
60b1b8523d
commit
0779eaae6f
@ -355,6 +355,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||
void retro_unload_game(void)
|
||||
{
|
||||
last_aspect = 0.0f;
|
||||
last_sample_rate = 0.0f;
|
||||
}
|
||||
|
||||
unsigned retro_get_region(void)
|
||||
|
Loading…
Reference in New Issue
Block a user