mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-26 12:50:24 -05:00
ConfigMenu: Block reading input from other threads while the config menu is opened
This commit is contained in:
@@ -12,4 +12,6 @@ std::mutex gLoadedDataMutex;
|
||||
std::map<std::string, OSDynLoad_Module> gUsedRPLs;
|
||||
std::vector<void *> gAllocatedAddresses;
|
||||
|
||||
bool gNotificationModuleLoaded = false;
|
||||
bool gNotificationModuleLoaded = false;
|
||||
|
||||
OSThread *gOnlyAcceptFromThread = nullptr;
|
||||
Reference in New Issue
Block a user