mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 21:45:19 -04:00
Merge branch 'main' into pjb-audio
This commit is contained in:
@@ -389,10 +389,6 @@ s32 JSUMemoryOutputStream::getAvailable() const {
|
||||
return mLength - mPosition;
|
||||
}
|
||||
|
||||
s32 JSUMemoryOutputStream::getPosition() const {
|
||||
return mPosition;
|
||||
}
|
||||
|
||||
#pragma mark JSURandomOutputStream
|
||||
#include <JSystem/JSupport/JSURandomOutputStream.h>
|
||||
s32 JSUMemoryOutputStream::seek(s32 offset, JSUStreamSeekFrom origin) {
|
||||
|
||||
Reference in New Issue
Block a user