SIO: Remove a debugging include I somehow missed

This commit is contained in:
Ty 2025-03-03 11:59:58 -05:00
parent 1ffbdd9c08
commit 928514ff1e
No known key found for this signature in database
GPG Key ID: A0C3085FE2160BCF
1 changed files with 0 additions and 1 deletions

View File

@ -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)