Link Famicom/famicom.cpp

This commit is contained in:
Cuyler36
2025-06-18 05:30:56 -04:00
parent 2e2d9b3c49
commit b95c66be19
5 changed files with 19 additions and 15 deletions
+4 -3
View File
@@ -100,11 +100,12 @@ class JUTGamePad : public JKRDisposer {
}
/* @HACK - This gets inlined when defined -- JSystem might have precompiled headers */
static s8 getPortStatus(EPadPort port);
/*{
static s8 getPortStatus(EPadPort port)
{
JUT_ASSERT(0 <= port && port < 4);
return mPadStatus[port].err;
}*/
}
bool isPushing3ButtonReset() const {
bool pushing = false;