mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
m_Do_printf / JUTConsole
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void print_f(char const*, ...);
|
||||
void print(char const*);
|
||||
void dispHeapInfo();
|
||||
void dispGameInfo();
|
||||
|
||||
@@ -49,4 +49,10 @@ struct mDoMain {
|
||||
|
||||
extern s8 data_80450580;
|
||||
|
||||
extern bool sOSReportDisabled;
|
||||
extern bool data_80450B99;
|
||||
extern bool data_80450B9A;
|
||||
extern bool data_80450B9B;
|
||||
extern bool sOSReportForceEnable;
|
||||
|
||||
#endif /* M_DO_M_DO_MAIN_H */
|
||||
|
||||
@@ -3,8 +3,14 @@
|
||||
|
||||
#include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/char_io.h"
|
||||
#include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/printf.h"
|
||||
#include "Runtime.PPCEABI.H/__va_arg.h"
|
||||
#include "m_Do/m_Do_main.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void my_PutString(const char*);
|
||||
void mDoPrintf_vprintf_Interrupt(char const*, __va_list_struct*);
|
||||
void mDoPrintf_vprintf_Thread(char const*, __va_list_struct*);
|
||||
void mDoPrintf_vprintf(const char*, __va_list_struct*);
|
||||
void mDoPrintf_VReport(const char*, __va_list_struct*);
|
||||
|
||||
#endif /* M_DO_M_DO_PRINTF_H */
|
||||
|
||||
Reference in New Issue
Block a user