mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Fixes interpreter when not recording or playing back a movie.
This commit is contained in:
@ -131,7 +131,7 @@ void Init()
|
|||||||
g_bFrameStep = false;
|
g_bFrameStep = false;
|
||||||
g_bFrameStop = false;
|
g_bFrameStop = false;
|
||||||
bSaveConfig = false;
|
bSaveConfig = false;
|
||||||
|
iCPUCore = SConfig::GetInstance().m_LocalCoreStartupParameter.iCPUCore;
|
||||||
if (IsPlayingInput())
|
if (IsPlayingInput())
|
||||||
{
|
{
|
||||||
ReadHeader();
|
ReadHeader();
|
||||||
|
Reference in New Issue
Block a user