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)
|
void retro_unload_game(void)
|
||||||
{
|
{
|
||||||
last_aspect = 0.0f;
|
last_aspect = 0.0f;
|
||||||
|
last_sample_rate = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned retro_get_region(void)
|
unsigned retro_get_region(void)
|
||||||
|
|
Loading…
Reference in New Issue