OS.h and JKRDvdFile (#19)

* OS header

* JKRFile and JKRDvdFile
This commit is contained in:
Jonathan Wase
2020-12-06 00:40:34 -05:00
committed by GitHub
parent 89385fe8fd
commit 59a3d00209
12 changed files with 223 additions and 132 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// #include "JSystem/JKernel/JKRHeap/asm/func_802CE138.s"
JKRHeap::JKRHeap(void* data, u32 size, JKRHeap* parent, bool error_flag)
: JKRDisposer(), mChildTree(this), mDisposerList() {
OSInitMutex(this->mMutex);
OSInitMutex(&this->mMutex);
this->mSize = size;
this->mStart = (u32)data;
this->mEnd = (u32)data + size;