From 274f84b2947f4d05bfa81c76a41f08984e05835e Mon Sep 17 00:00:00 2001 From: "sl1nk3.s" Date: Sun, 30 Jan 2011 21:26:29 +0000 Subject: [PATCH] oops, Fix a wrong comment. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6993 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/MainBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;