JSUInputStream match

This commit is contained in:
Jasper St. Pierre
2023-09-24 12:56:13 -07:00
parent 9cff8c08f3
commit 3994791ee3
3 changed files with 5 additions and 7 deletions
-5
View File
@@ -196,8 +196,3 @@ void JKRAramStream::setTransBuffer(u8* buffer, u32 bufferSize, JKRHeap* heap) {
JKRAramStreamCommand::JKRAramStreamCommand() {
mAllocatedTransferBuffer = false;
}
/* 802B6714-802B6770 .text getAvailable__20JSURandomInputStreamCFv */
s32 JSURandomInputStream::getAvailable() const {
return getLength() - getPosition();
}