mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-23 11:24:34 -05:00
Add support for notifications on error
This commit is contained in:
@@ -10,4 +10,6 @@ std::forward_list<std::shared_ptr<PluginData>> gLoadedData __attribute__((sectio
|
||||
std::forward_list<std::shared_ptr<PluginData>> gLoadOnNextLaunch __attribute__((section(".data")));
|
||||
std::mutex gLoadedDataMutex __attribute__((section(".data")));
|
||||
std::map<std::string, OSDynLoad_Module> gUsedRPLs __attribute__((section(".data")));
|
||||
std::vector<void *> gAllocatedAddresses __attribute__((section(".data")));
|
||||
std::vector<void *> gAllocatedAddresses __attribute__((section(".data")));
|
||||
|
||||
bool gNotificationModuleLoaded __attribute__((section(".data"))) = false;
|
||||
Reference in New Issue
Block a user