瀏覽代碼

GSP: Added reinitialization of other state objects.

bunnei 12 年之前
父節點
當前提交
36fd1c169e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/core/hle/service/gsp.cpp

+ 3 - 0
src/core/hle/service/gsp.cpp

@@ -302,7 +302,10 @@ const Interface::FunctionInfo FunctionTable[] = {
 
 Interface::Interface() {
     Register(FunctionTable, ARRAY_SIZE(FunctionTable));
+
+    g_event = 0;
     g_shared_memory = 0;
+    g_thread_id = 1;
 }
 
 Interface::~Interface() {