mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
libjsys/jsyswrapper: match all funcs, need unused for weak function emission?
This commit is contained in:
@@ -13,6 +13,9 @@ void flushMessage();
|
||||
void flushMessage_dbPrint();
|
||||
u32 getSDevice(void);
|
||||
|
||||
void changeDisplayTime(u32 time);
|
||||
void changeDevice(u32 device);
|
||||
|
||||
void showAssert_f(u32 device, char const* file, int line, char const* errormsg, ...);
|
||||
inline void showAssert(u32 device, char const* file, int line, char const* errormsg) {
|
||||
showAssert_f(device, file, line, "%s", errormsg);
|
||||
|
||||
@@ -105,11 +105,16 @@ struct JUTException : public JKRThread {
|
||||
void setTraceSuppress(u32 supress) {
|
||||
mTraceSuppress = supress;
|
||||
}
|
||||
|
||||
void setGamePad(JUTGamePad* gamePad) {
|
||||
mGamePad = gamePad;
|
||||
mPadPort = JUTGamePad::Port_Invalid;
|
||||
}
|
||||
|
||||
void enterAllPad() {
|
||||
setGamePad((JUTGamePad*)-1);
|
||||
}
|
||||
|
||||
static JUTException* getManager() {
|
||||
return sErrorManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user