Bug fix for audio crackle when turning frames per second video indication on/off.

This commit is contained in:
mjbudd77 2021-09-25 19:11:35 -04:00
parent a3ddca2f4a
commit 2dd9756bc5
1 changed files with 0 additions and 1 deletions

View File

@ -832,7 +832,6 @@ void ConsoleVideoConfDialog_t::showFPSChanged( int value )
fceuWrapperLock();
FCEUI_SetShowFPS( (value == Qt::Checked) );
UpdateEMUCore (g_config);
fceuWrapperUnLock();
}
//----------------------------------------------------