summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.m
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-01-31 12:50:17 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-01-31 12:50:17 +0000
commit94f70c33acbf341df5f00fa02a1d9af497d79e3a (patch)
tree0630b81a4cbc2d067ac71da30aeec9a559ae2a7b /macosx/EmuThread.m
parent8992e5e1b9b6aa3b0997a9e51a0bde2061dddbbe (diff)
downloadpcsxr-94f70c33acbf341df5f00fa02a1d9af497d79e3a.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40989 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/EmuThread.m')
-rw-r--r--macosx/EmuThread.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/EmuThread.m b/macosx/EmuThread.m
index 7cbb7a32..07f7d33c 100644
--- a/macosx/EmuThread.m
+++ b/macosx/EmuThread.m
@@ -191,7 +191,7 @@ done:
safeEvent &= ~EMUEVENT_RESET;
pthread_mutex_unlock(&eventMutex);
- psxCpu->Reset();
+ psxReset();
longjmp(restartJmp, 0);
#endif