mirror of https://github.com/PCSX2/pcsx2.git
recording: freeze recording information to savestate regardless
This commit is contained in:
parent
506ea4c4d2
commit
ec9c97e0bf
|
@ -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();
|
||||
|
|
|
@ -215,10 +215,7 @@ protected:
|
|||
|
||||
void deci2Freeze();
|
||||
|
||||
#ifndef DISABLE_RECORDING
|
||||
void InputRecordingFreeze();
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue