Implement & link famicom.cpp

This commit is contained in:
Cuyler36
2024-01-29 20:31:47 -05:00
parent 7788f50a59
commit d08076381b
39 changed files with 4048 additions and 119 deletions
+4 -2
View File
@@ -126,10 +126,12 @@ public:
return JUTGamePad::sClampMode;
}
static s8 getPortStatus(EPadPort port) {
/* @HACK - This gets inlined when defined -- JSystem might have precompiled headers */
static s8 getPortStatus(EPadPort port);
/*{
JUT_ASSERT(0 <= port && port < 4);
return mPadStatus[port].err;
}
}*/
bool isPushing3ButtonReset() const {
bool pushing = false;