mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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:
co-authored by
Julgodis <>
Pheenoh
parent
8bd3d07e23
commit
82d5e0f796
+8
-8
@@ -3041,11 +3041,11 @@ lbl_803CC100:
|
||||
.global lbl_803CC114
|
||||
lbl_803CC114:
|
||||
.incbin "baserom.dol", 0x3C9114, 0x14
|
||||
.global lbl_803CC128
|
||||
lbl_803CC128:
|
||||
.global sMessageBuffer__7JKRAram
|
||||
sMessageBuffer__7JKRAram:
|
||||
.incbin "baserom.dol", 0x3C9128, 0x10
|
||||
.global lbl_803CC138
|
||||
lbl_803CC138:
|
||||
.global sMessageQueue__7JKRAram
|
||||
sMessageQueue__7JKRAram:
|
||||
.incbin "baserom.dol", 0x3C9138, 0x20
|
||||
.global lbl_803CC158
|
||||
lbl_803CC158:
|
||||
@@ -3056,11 +3056,11 @@ lbl_803CC168:
|
||||
.global lbl_803CC178
|
||||
lbl_803CC178:
|
||||
.incbin "baserom.dol", 0x3C9178, 0x10
|
||||
.global lbl_803CC188
|
||||
lbl_803CC188:
|
||||
.global sMessageBuffer__13JKRAramStream
|
||||
sMessageBuffer__13JKRAramStream:
|
||||
.incbin "baserom.dol", 0x3C9188, 0x10
|
||||
.global lbl_803CC198
|
||||
lbl_803CC198:
|
||||
.global sMessageQueue__13JKRAramStream
|
||||
sMessageQueue__13JKRAramStream:
|
||||
.incbin "baserom.dol", 0x3C9198, 0x20
|
||||
.global lbl_803CC1B8
|
||||
lbl_803CC1B8:
|
||||
|
||||
Reference in New Issue
Block a user