Decompile rmonPrintFloatOrDouble

This commit is contained in:
Ryan Dwyer
2021-03-14 00:08:55 +10:00
parent 40b2b36d13
commit 4422f463b1
6 changed files with 60 additions and 102 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ u32 func0000c118(void);
bool crashIsInstrTwoAfterJalInLib(u32 *instruction);
u32 func0000c2b8(u32 arg0, s32 tid);
u32 func0000c334(u32 arg0, s32 tid);
u32 func0000c398(void);
u32 func0000c3dc(void);
bool rmonIsDouble(f32 arg0);
void rmonPrintFloatOrDouble(u32 arg0, f32 arg1);
u32 func0000c480(void);
u32 func0000c4d4(void);
u32 func0000cae4(void);
+1 -1
View File
@@ -6,6 +6,6 @@
void rmonproc();
bool rmonIsDisabled(void);
void func0002faa4(char *format, ...);
void rmonPrint(char *format, ...);
#endif