Hi guys,
Can anyone tell me why this code doesn't exit a wuhb app to the wiiu menu?
What's missing here?
Can anyone tell me why this code doesn't exit a wuhb app to the wiiu menu?
Code:
if (tvBuffer)
free(tvBuffer);
if (drcBuffer)
free(drcBuffer);
WHBLogCafeDeinit();
WHBLogUdpDeinit();
WHBProcShutdown();
return 0;
What's missing here?






