Skip to content

Conversation

@Novum
Copy link
Owner

@Novum Novum commented Jan 5, 2026

Currently just available with meson on Linux

@Novum
Copy link
Owner Author

Novum commented Jan 5, 2026

Still some issues with fullscreen and performance is worse. Need to investigate. But since this is disable by default I think this is good to merge.

Edit: Was spinning on the task threads instead of properly waiting. It's fixed.

@Novum Novum requested a review from vsonnier January 5, 2026 04:22
@Novum Novum force-pushed the sdl3 branch 3 times, most recently from 57e98fc to e638f80 Compare January 5, 2026 06:13
@j4reporting
Copy link
Contributor

diff --git a/Quake/main_sdl.c b/Quake/main_sdl.c
index 426abb3..6dc5828 100644
--- a/Quake/main_sdl.c
+++ b/Quake/main_sdl.c
@@ -58,7 +58,11 @@ static void Sys_InitSDL (void)
        }
 
 #ifdef _DEBUG
+#ifdef USE_SDL3
+       SDL_SetLogPriorities (SDL_LOG_PRIORITY_DEBUG);
+#else
        SDL_LogSetAllPriority (SDL_LOG_PRIORITY_DEBUG);
+#endif
 #endif
 
        atexit (Sys_AtExit);

Currently just available with meson on Linux
@Novum Novum merged commit 46a772c into master Jan 6, 2026
18 checks passed
@sezero sezero deleted the sdl3 branch January 6, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants