MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setGamePad

Method setGamePad

include/JSystem/JUtility/JUTException.h:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112 void setTraceSuppress(u32 supress) { mTraceSuppress = supress; }
113 void setGamePad(JUTGamePad *gamePad)
114 {
115 mGamePad = gamePad;
116 mPadPort = JUTGamePad::Port_Invalid;
117 }
118
119 static JUTException *getManager() { return sErrorManager; }
120 static JUTConsole *getConsole() { return sConsole; }

Callers 1

callbackExceptionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected