mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
JKernel (#20)
* JKRDvdArchive.s split * JKRMemArchive.s split * JKRAramArchive.s split * JKRCompArchive.s split * JKRDecomp.s split * JKRDvdRipper.s split * JKRAramBlock.s split * JKRAramHeap.s split * JKRAramPiece.s split * JKRAramStream.s split * removed unused .s files * JKRDvdAramRipper.s split * JKRAram.s split * cleanup and making vtables easier to debug * fixed merge errors * fixed JKRFileLoader::fetchVolumeName Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
+2
-1
@@ -41,7 +41,8 @@ extern "C" {
|
||||
void OSSetArenaHi(u32 param_1);
|
||||
|
||||
void OSGetTick(void);
|
||||
|
||||
void OSRestoreInterrupts(void);
|
||||
void OSReport(void);
|
||||
|
||||
void OSCreateThread(OSThread* thread, void* (*func)(void*), void* param,
|
||||
void* stack, u32 stackSize, int param_6, int param_7);
|
||||
|
||||
Reference in New Issue
Block a user