mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-13 17:02:49 +00:00
GSP: Added reinitialization of other state objects.
This commit is contained in:
parent
4e9f305ed2
commit
36fd1c169e
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue