fix build error when recording is disabled.

This commit is contained in:
C.W. Betts 2022-07-18 01:51:55 -06:00 committed by refractionpcsx2
parent ed76e54904
commit 12d8a1f92e
1 changed files with 2 additions and 0 deletions

View File

@ -121,8 +121,10 @@ SysConsoleLogPack::SysConsoleLogPack()
, eeConsole(&TLD_eeConsole)
, iopConsole(&TLD_iopConsole)
, deci2(&TLD_deci2)
#ifndef DISABLE_RECORDING
, recordingConsole(&TLD_recordingConsole)
, controlInfo(&TLD_controlInfo)
#endif
{
}