mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-23 19:15:21 -05:00
whb: Add ability to remove logging functions
* WHBRemoveLogHandler will look through the "registry" of logging functions, and will set the entry to NULL if it matches what the user passes. * WHBLogUdpDeinit will correctly close the socket and shut down the socket library in addition to removing its entry in the registry.
This commit is contained in:
@@ -116,5 +116,6 @@ exit:
|
||||
WHBUnmountSdCard();
|
||||
WHBGfxShutdown();
|
||||
WHBProcShutdown();
|
||||
WHBLogUdpDeinit();
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user