mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-12 04:36:15 -05:00
Updating logging messages, call DCFlushRange on the actual heap instead of a hardcoded address, general clean up.
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
MEMHeapHandle pluginDataHeap __attribute__((section(".data"))) = nullptr;
|
||||
plugin_information_t *gPluginInformation __attribute__((section(".data"))) = nullptr;
|
||||
plugin_information_on_reload_t gLinkOnReload __attribute__((section(".data")));
|
||||
module_information_t *gModuleData __attribute__((section(".data"))) = nullptr;
|
||||
|
||||
module_information_t *gModuleData __attribute__((section(".data"))) = nullptr;
|
||||
uint32_t gPluginDataHeapSize = 0;
|
||||
Reference in New Issue
Block a user