Bug fix for audio crackle when turning frames per second video indication on/off.
This commit is contained in:
parent
a3ddca2f4a
commit
2dd9756bc5
|
@ -832,7 +832,6 @@ void ConsoleVideoConfDialog_t::showFPSChanged( int value )
|
|||
|
||||
fceuWrapperLock();
|
||||
FCEUI_SetShowFPS( (value == Qt::Checked) );
|
||||
UpdateEMUCore (g_config);
|
||||
fceuWrapperUnLock();
|
||||
}
|
||||
//----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue