mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-08 18:13:02 -04:00
JKRAram and JKRAramStream (#80)
* before __register_global_object * JKRThread::sThreadList, JKRHeap::sSystemHeap, etc. * cleanup and started on JKRDvdArchive * before changing JKRCompression * more JKRDvdArchive, abs, and memset * fixed JKRArchive::setExpandSize split * JKRArchive::sCurrentDirID, JKRDvdFile::sDvdList, and matching JKRDvdFile constructors * problems * merge fixes and formatting * updated clang version in clang-format-all to version 10 * Added OSPhysicalToCached and struct for global memory * remove useless __attribute__ * changed from defines and macros to const variable and function * changed FLAG_HAS to FLAG_ON * JKRAram, linking problems * fix JKRAram * remove nonmatching stuff * renamed static data * more static class members * JKRAramStream OK * formatting Co-authored-by: Julgodis <> Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* 8026F95C 0026C89C 94 21 FF F0 */ stwu r1, -0x10(r1)
|
||||
/* 8026F960 0026C8A0 7C 08 02 A6 */ mflr r0
|
||||
/* 8026F964 0026C8A4 90 01 00 14 */ stw r0, 0x14(r1)
|
||||
/* 8026F968 0026C8A8 4B D9 3A F1 */ bl func_80003458
|
||||
/* 8026F968 0026C8A8 4B D9 3A F1 */ bl memset
|
||||
/* 8026F96C 0026C8AC 80 01 00 14 */ lwz r0, 0x14(r1)
|
||||
/* 8026F970 0026C8B0 7C 08 03 A6 */ mtlr r0
|
||||
/* 8026F974 0026C8B4 38 21 00 10 */ addi r1, r1, 0x10
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/* 80270E2C 0026DD6C 90 01 00 14 */ stw r0, 0x14(r1)
|
||||
/* 80270E30 0026DD70 7C 04 18 50 */ subf r0, r4, r3
|
||||
/* 80270E34 0026DD74 7C 03 07 34 */ extsh r3, r0
|
||||
/* 80270E38 0026DD78 48 0F 42 99 */ bl func_803650D0
|
||||
/* 80270E38 0026DD78 48 0F 42 99 */ bl abs
|
||||
/* 80270E3C 0026DD7C 80 01 00 14 */ lwz r0, 0x14(r1)
|
||||
/* 80270E40 0026DD80 7C 08 03 A6 */ mtlr r0
|
||||
/* 80270E44 0026DD84 38 21 00 10 */ addi r1, r1, 0x10
|
||||
|
||||
Reference in New Issue
Block a user