mirror of https://github.com/snes9xgit/snes9x.git
Use level value for S9xUpdateDynamicRate to just report SoundInputRate change.
This commit is contained in:
parent
a3c5cf86bd
commit
8384891515
|
@ -1641,7 +1641,7 @@ Snes9xWindow::enter_fullscreen_mode (void)
|
|||
if (gui_config->auto_input_rate)
|
||||
{
|
||||
Settings.SoundInputRate = top_level->get_auto_input_rate ();
|
||||
S9xUpdateDynamicRate (1, 1);
|
||||
S9xUpdateDynamicRate (1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1701,7 +1701,7 @@ Snes9xWindow::leave_fullscreen_mode (void)
|
|||
if (gui_config->auto_input_rate)
|
||||
{
|
||||
Settings.SoundInputRate = top_level->get_auto_input_rate ();
|
||||
S9xUpdateDynamicRate (1, 1);
|
||||
S9xUpdateDynamicRate (1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue