Skip to content

Commit

Permalink
recording: freeze recording information to savestate regardless
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored and lightningterror committed Apr 20, 2019
1 parent 506ea4c commit ec9c97e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 1 addition & 7 deletions pcsx2/SaveState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,7 @@ SaveStateBase& SaveStateBase::FreezeInternals()
// to merit an HLE Bios sub-section... yet.
deci2Freeze();

#ifndef DISABLE_RECORDING
if (g_Conf->EmuOptions.EnableRecordingTools)
{
InputRecordingFreeze();
}
#endif

InputRecordingFreeze();

if( IsLoading() )
PostLoadPrep();
Expand Down
3 changes: 0 additions & 3 deletions pcsx2/SaveState.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,7 @@ class SaveStateBase

void deci2Freeze();

#ifndef DISABLE_RECORDING
void InputRecordingFreeze();
#endif

};

// --------------------------------------------------------------------------------------
Expand Down

0 comments on commit ec9c97e

Please sign in to comment.