Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes interpreter when not recording or playing back a movie.
  • Loading branch information
rog9 committed Nov 13, 2012
1 parent ab03e94 commit 8eb6f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/Movie.cpp
Expand Up @@ -131,7 +131,7 @@ void Init()
g_bFrameStep = false;
g_bFrameStop = false;
bSaveConfig = false;

iCPUCore = SConfig::GetInstance().m_LocalCoreStartupParameter.iCPUCore;
if (IsPlayingInput())
{
ReadHeader();
Expand Down

0 comments on commit 8eb6f90

Please sign in to comment.