mirror of https://github.com/PCSX2/pcsx2.git
SIO: Remove a debugging include I somehow missed
This commit is contained in:
parent
1ffbdd9c08
commit
247a4c40d1
|
@ -156,7 +156,6 @@ void MemcardBusy::ClearBusy()
|
|||
sioLastFrameMcdBusy = 0;
|
||||
}
|
||||
|
||||
#include "common/Console.h"
|
||||
void MemcardBusy::CheckSaveStateDependency()
|
||||
{
|
||||
if (g_FrameCount - sioLastFrameMcdBusy > NUM_FRAMES_BEFORE_SAVESTATE_DEPENDENCY_WARNING)
|
||||
|
|
Loading…
Reference in New Issue