diff --git a/src/drivers/Qt/NetPlay.cpp b/src/drivers/Qt/NetPlay.cpp index aed5148a..1fe50b1c 100644 --- a/src/drivers/Qt/NetPlay.cpp +++ b/src/drivers/Qt/NetPlay.cpp @@ -1420,6 +1420,9 @@ int NetPlayClient::Destroy() } traceRegistrationHandle = nullptr; } + // Reset frame throttling to normal incase client was dynamically adjusting frame rate. + FCEUD_SetEmulationSpeed(EMUSPEED_NORMAL); + FCEU_WRAPPER_UNLOCK(); if (consoleWindow != nullptr)