summaryrefslogtreecommitdiffstats
path: root/src/audio/oal/stream.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-02-14 16:07:21 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-02-14 16:07:21 +0100
commit70b919137d7468404a34f20986de5fbf45352bf1 (patch)
tree489dda245616b94087d635b02c88d7c2f4daae5d /src/audio/oal/stream.h
parentupdate invite link (diff)
downloadre3-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.h2
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);