From b63c3f207991e03b8adf3597c852127ea4c92183 Mon Sep 17 00:00:00 2001 From: ZakatTeamI2P Date: Mon, 30 Mar 2026 17:09:46 +0400 Subject: [PATCH] alstream.h changes for SDL3 --- src/alstream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/alstream.h b/src/alstream.h index e8c1606..2dc9063 100644 --- a/src/alstream.h +++ b/src/alstream.h @@ -26,7 +26,7 @@ #include "sdl-util.h" #include -#include +#include struct ALDataSource; @@ -52,7 +52,7 @@ struct ALStream std::string threadName; - SDL_mutex *pauseMut; + SDL_Mutex *pauseMut; bool preemptPause; /* When this flag isn't set and alSrc is @@ -74,7 +74,7 @@ struct ALStream uint64_t procFrames; AL::Buffer::ID lastBuf; - SDL_RWops srcOps; + SDL_IOStream srcOps; struct {