mirror of
https://github.com/wiiu-env/PayloadLoaderPayload.git
synced 2025-01-07 14:28:16 +01:00
Add OSReport logging
This commit is contained in:
parent
92ef9a681e
commit
b0b8029253
@ -34,6 +34,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <vpad/input.h>
|
#include <vpad/input.h>
|
||||||
#include <whb/log_udp.h>
|
#include <whb/log_udp.h>
|
||||||
|
#include <whb/log_cafe.h>
|
||||||
#include <whb/sdcard.h>
|
#include <whb/sdcard.h>
|
||||||
|
|
||||||
std::map<std::string, std::string> get_all_payloads(const char *relativefilepath);
|
std::map<std::string, std::string> get_all_payloads(const char *relativefilepath);
|
||||||
@ -58,6 +59,7 @@ extern "C" uint32_t start_wrapper(int argc, char **argv) {
|
|||||||
__init_wut();
|
__init_wut();
|
||||||
|
|
||||||
WHBLogUdpInit();
|
WHBLogUdpInit();
|
||||||
|
WHBLogCafeInit();
|
||||||
|
|
||||||
DEBUG_FUNCTION_LINE("Hello from payload.elf multiloader");
|
DEBUG_FUNCTION_LINE("Hello from payload.elf multiloader");
|
||||||
|
|
||||||
@ -86,6 +88,7 @@ extern "C" uint32_t start_wrapper(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
WHBLogUdpDeinit();
|
WHBLogUdpDeinit();
|
||||||
|
WHBLogCafeDeinit();
|
||||||
|
|
||||||
__fini_wut();
|
__fini_wut();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user