diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-14 16:07:21 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-14 16:07:21 +0100 |
commit | 70b919137d7468404a34f20986de5fbf45352bf1 (patch) | |
tree | 489dda245616b94087d635b02c88d7c2f4daae5d /src/audio/oal/stream.h | |
parent | update invite link (diff) | |
download | re3-70b919137d7468404a34f20986de5fbf45352bf1.tar re3-70b919137d7468404a34f20986de5fbf45352bf1.tar.gz re3-70b919137d7468404a34f20986de5fbf45352bf1.tar.bz2 re3-70b919137d7468404a34f20986de5fbf45352bf1.tar.lz re3-70b919137d7468404a34f20986de5fbf45352bf1.tar.xz re3-70b919137d7468404a34f20986de5fbf45352bf1.tar.zst re3-70b919137d7468404a34f20986de5fbf45352bf1.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/oal/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/oal/stream.h b/src/audio/oal/stream.h index b3e96809..9a2a2fbe 100644 --- a/src/audio/oal/stream.h +++ b/src/audio/oal/stream.h @@ -100,7 +100,7 @@ public: uint32 GetPosMS(); uint32 GetLengthMS(); - bool Setup(); + bool Setup(bool imSureQueueIsEmpty = false); void Start(); void Stop(); void Update(void); |