mirror of https://github.com/PCSX2/pcsx2.git
fix build error when recording is disabled.
This commit is contained in:
parent
ed76e54904
commit
12d8a1f92e
|
@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue