mirror of
https://github.com/wiiu-env/NotificationModule.git
synced 2026-08-28 04:36:36 -05:00
Implement WUMS_DEINITIALIZE
This commit is contained in:
@@ -76,3 +76,9 @@ WUMS_APPLICATION_ENDS() {
|
|||||||
Texture2DShader::destroyInstance();
|
Texture2DShader::destroyInstance();
|
||||||
deinitLogging();
|
deinitLogging();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WUMS_DEINITIALIZE() {
|
||||||
|
delete gOverlayFrame;
|
||||||
|
delete gFontSystem;
|
||||||
|
MEMFreeToMappedMemory(gContextState);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user