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