summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorsl1nk3.s <sl1nk3.s@gmail.com>2011-01-30 21:26:29 +0000
committersl1nk3.s <sl1nk3.s@gmail.com>2011-01-30 21:26:29 +0000
commit274f84b2947f4d05bfa81c76a41f08984e05835e (patch)
treeaea7b2951d91dba3cd86cd248eb618022ff31db5 /Source/Core/VideoCommon
parent7a4c203f691f9d976edb81b872c0e7eab6969bfa (diff)
oops, Fix a wrong comment.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6993 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/MainBase.cpp2
1 files changed, 1 insertions, 1 deletions
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;