diff --git a/Source/Core/VideoCommon/Src/MainBase.cpp b/Source/Core/VideoCommon/Src/MainBase.cpp index 3d1ede9caf..8006d694a2 100644 --- a/Source/Core/VideoCommon/Src/MainBase.cpp +++ b/Source/Core/VideoCommon/Src/MainBase.cpp @@ -195,7 +195,7 @@ static void check_DoState() { } } -// Run from the GUI thread +// Run from the CPU thread void DoState(unsigned char **ptr, int mode) { s_doStateArgs.ptr = ptr;