mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-08 10:03:06 -04:00
Merge remote-tracking branch 'decomp/main'
This commit is contained in:
@@ -429,10 +429,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