mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers (#115)
* data for c_angle * data c_sxyz * partially migrated c_xyz data * c_xyz data * c_xyz data decomp * c_math data * c_math data * c_lib data, some cleanup * rename some unnamed functions and create header for them * header for string functions * format and fix fabsf * cleanup * remove more unneded function prototypes * move fpclassify to math.h
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "JSystem/JKernel/JKRAramPiece/JKRAramPiece.h"
|
||||
#include "JSystem/JKernel/JKRAramStream/JKRAramStream.h"
|
||||
#include "JSystem/JKernel/JKRExpHeap/JKRExpHeap.h"
|
||||
#include "msl_c/string.h"
|
||||
extern "C" {
|
||||
void __dl__FPv(void);
|
||||
void __RAS_OSDisableInterrupts_begin(void);
|
||||
@@ -19,7 +20,6 @@ void firstSrcData__Fv(void);
|
||||
void free__7JKRHeapFPvP7JKRHeap(void);
|
||||
void JKRDecompressFromAramToMainRam__FUlPvUlUlUlPUl(void);
|
||||
void JUTException_NS_panic_f(const char* filename, int line, const char* format, ...);
|
||||
void memcpy(void*, const void*, int);
|
||||
void nextSrcData__FPUc(void);
|
||||
void orderSync__12JKRAramPieceFiUlUlUlP12JKRAramBlock(void);
|
||||
void orderSync__9JKRDecompFPUcPUcUlUl(void);
|
||||
|
||||
Reference in New Issue
Block a user