mirror of
https://github.com/wiiu-env/NotificationModule.git
synced 2024-11-23 11:59:15 +01:00
Implement WUMS_DEINITIALIZE
This commit is contained in:
parent
b1e06017ac
commit
e19f9ba398
@ -76,3 +76,9 @@ WUMS_APPLICATION_ENDS() {
|
||||
Texture2DShader::destroyInstance();
|
||||
deinitLogging();
|
||||
}
|
||||
|
||||
WUMS_DEINITIALIZE() {
|
||||
delete gOverlayFrame;
|
||||
delete gFontSystem;
|
||||
MEMFreeToMappedMemory(gContextState);
|
||||
}
|
Loading…
Reference in New Issue
Block a user