mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -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:
@@ -3,8 +3,8 @@
|
||||
.section .text, "ax" # 802dc638
|
||||
|
||||
|
||||
.global JSUFileInputStream
|
||||
JSUFileInputStream:
|
||||
.global JSUFileInputStream_ct
|
||||
JSUFileInputStream_ct:
|
||||
/* 802DC638 002D9578 3C A0 80 3C */ lis r5, lbl_803C2DF8@ha
|
||||
/* 802DC63C 002D957C 38 05 2D F8 */ addi r0, r5, lbl_803C2DF8@l
|
||||
/* 802DC640 002D9580 90 03 00 00 */ stw r0, 0(r3)
|
||||
|
||||
Reference in New Issue
Block a user