libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace SDL_RWops with SDL_IOStream for SDL3

M2-TE opened this issue · comments

SDL3 upstream has replaced SDL_RWops with SDL_IOStream as described in this SDL3 PR.
This change affects all functions with the _RW suffix and could temporarily be alleviated by not compiling them via a macro flag or adjusting them according to the new SDL_IOStream.

Yep, we'll update the SDL satellite libraries for the new API over the next few days.