mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-25 20:32:21 -05:00
Simplify NotificationUtils
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include "NotificationsUtils.h"
|
||||
#include "PluginManagement.h"
|
||||
#include "coreinit/interrupts.h"
|
||||
#include "coreinit/scheduler.h"
|
||||
@@ -65,8 +64,6 @@ WUMS_APPLICATION_ENDS() {
|
||||
}
|
||||
gUsedRPLs.clear();
|
||||
|
||||
StopNotificationThread();
|
||||
|
||||
deinitLogging();
|
||||
}
|
||||
|
||||
@@ -80,8 +77,6 @@ WUMS_APPLICATION_STARTS() {
|
||||
|
||||
OSReport("Running WiiUPluginLoaderBackend " VERSION_FULL "\n");
|
||||
|
||||
StartNotificationThread();
|
||||
|
||||
gUsedRPLs.clear();
|
||||
|
||||
// If an allocated rpl was not released properly (e.g. if something else calls OSDynload_Acquire without releasing it) memory get leaked.
|
||||
|
||||
Reference in New Issue
Block a user