mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 12:10:11 -04:00
+1
-1
@@ -773,7 +773,7 @@ config.libs = [
|
||||
Object(Matching, "JSystem/JKernel/JKRAramHeap.cpp"),
|
||||
Object(Matching, "JSystem/JKernel/JKRAramBlock.cpp"),
|
||||
Object(Matching, "JSystem/JKernel/JKRAramPiece.cpp"),
|
||||
Object(NonMatching, "JSystem/JKernel/JKRAramStream.cpp"),
|
||||
Object(Matching, "JSystem/JKernel/JKRAramStream.cpp"),
|
||||
Object(Matching, "JSystem/JKernel/JKRFileLoader.cpp"),
|
||||
Object(Matching, "JSystem/JKernel/JKRFileFinder.cpp"),
|
||||
Object(Matching, "JSystem/JKernel/JKRFileCache.cpp"),
|
||||
|
||||
@@ -196,3 +196,5 @@ void JKRAramStream::setTransBuffer(u8* buffer, u32 bufferSize, JKRHeap* heap) {
|
||||
JKRAramStreamCommand::JKRAramStreamCommand() {
|
||||
mAllocatedTransferBuffer = false;
|
||||
}
|
||||
|
||||
static void dummy(JSURandomInputStream* stream) { stream->getAvailable(); }
|
||||
|
||||
Reference in New Issue
Block a user