isle-portable/ISLE/xbox/dbg.c
VoxelTek 9579476b38 Add newline character to debug output
Current issue: m_windowHandle is not being set, at least not correctly. Not sure why, requires further investigation.
2025-08-08 12:51:37 +10:00

8 lines
182 B
C

#include <xboxkrnl/xboxkrnl.h>
#include <SDL3/SDL.h>
void my_output(void *userdata, int category, SDL_LogPriority priority, const char *message) {
DbgPrint("%s\n", message);
}