Ver Fonte

GSP: Added reinitialization of other state objects.

bunnei há 12 anos atrás
pai
commit
36fd1c169e
1 ficheiros alterados com 3 adições e 0 exclusões
  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() {