mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +00:00
GSP: Added reinitialization of other state objects.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user