diff options
| author | lepelog <lepelog@users.noreply.github.com> | 2021-03-15 07:12:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 02:12:44 -0400 |
| commit | 80ba3d9fd26f47ffd1dc198c67c0c0944158cd1a (patch) | |
| tree | 865a44834bb6a12b19b5700c5ed8b33169a5bb92 /libs/JSystem/J2DGraph/J2DPane.cpp | |
| parent | 3b69d4cba0b957e33d141f23f4a66802e2bbf476 (diff) | |
Fix symbol names (#118)
* checkpoint
* checkpoint
* rename f_pc
* checkpoint
* small symbol rename and fix some fpc symbols
* remove unneeded entries from ldscript
* simplify ok check, update docker container
Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DPane.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DPane.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/JSystem/J2DGraph/J2DPane.cpp b/libs/JSystem/J2DGraph/J2DPane.cpp index 27ce74b0b1..a336714bb1 100644 --- a/libs/JSystem/J2DGraph/J2DPane.cpp +++ b/libs/JSystem/J2DGraph/J2DPane.cpp @@ -1,7 +1,7 @@ #include "JSystem/J2DGraph/J2DPane.h" extern "C" { -s32 JSUInputStream_NS_read(JSUInputStream*, u8*, u32); +s32 read__14JSUInputStreamFPvl(JSUInputStream*, u8*, u32); void __ct__10JSUPtrLinkFPv(void); void __dl__FPv(void); void __dt__10JSUPtrLinkFv(void); @@ -11,7 +11,7 @@ void getParentPane__7J2DPaneFv(void); void GXSetCullMode(void); void initiate__10JSUPtrListFv(void); void insert__10JSUPtrListFP10JSUPtrLinkP10JSUPtrLink(void); -void JSURandomInputStream_NS_seek(JSURandomInputStream*, u32, u32); +void seek__20JSURandomInputStreamFl17JSUStreamSeekFrom(JSURandomInputStream*, u32, u32); } J2DPane::J2DPane() : mBounds(), mGlobalBounds(), mClipRect(), mPaneTree(this) { @@ -582,7 +582,7 @@ extern "C" { // __sinit_J2DPane_cpp // -asm void func_802F847C(void) { +asm void __sinit_J2DPane_cpp(void) { nofralloc #include "JSystem/J2DGraph/J2DPane/asm/func_802F847C.s" } |
