Add Xbox UWP build workflow

This commit is contained in:
Caorthann
2026-08-04 15:36:35 +01:00
parent 3b490bc42f
commit ad9b03fe56
28 changed files with 1311 additions and 572 deletions
-1
View File
@@ -26,6 +26,5 @@ int runLove(int, char **)
int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
SDL_SetHint(SDL_HINT_WINRT_HANDLE_BACK_BUTTON, "1");
OutputDebugStringA("Gen1Recomp UWP startup\n");
return SDL_WinRTRunApp(runLove, nullptr);
}