mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-16 20:31:16 +00:00
Current issue: m_windowHandle is not being set, at least not correctly. Not sure why, requires further investigation.
8 lines
182 B
C
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);
|
|
}
|