mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 13:59:57 +00:00
alstream.h changes for SDL3
This commit is contained in:
parent
e807343c26
commit
b63c3f2079
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "sdl-util.h"
|
||||
|
||||
#include <string>
|
||||
#include <SDL_rwops.h>
|
||||
#include <SDL3/SDL_rwops.h>
|
||||
|
||||
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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue