Don't clear the .bss section anymore, call the wut init functions only once, except the devop one

This commit is contained in:
Maschell
2020-06-03 19:33:09 +02:00
parent 2b517b5699
commit 42866ffbac
3 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ WUMS_APPLICATION_STARTS() {
if (pluginDataHeap != NULL) {
std::vector<PluginContainer> plugins = PluginContainerPersistence::loadPlugins(gPluginInformation);
PluginManagement::doRelocations(plugins, gPluginInformation->trampolines, DYN_LINK_TRAMPOLIN_LIST_LENGTH);
PluginManagement::memsetBSS(plugins);
// PluginManagement::memsetBSS(plugins);
DCFlushRange((void *) 0x00800000, 0x00800000);
ICInvalidateRange((void *) 0x00800000, 0x00800000);