Skip to content

Commit

Permalink
SIO: Remove a debugging include I somehow missed
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Mar 3, 2025
1 parent 1ffbdd9 commit 247a4c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcsx2/SIO/Sio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 247a4c4

Please sign in to comment.