Add ZAPPER input device support (wip)

This commit is contained in:
retro-wertz
2017-09-09 16:16:12 +08:00
parent 67fe19858a
commit 521f1a5c02
2 changed files with 76 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ void FCEU_PutImage(void)
FCEU_VSUniDraw(XBuf);
}
if (howlong) howlong--;
FCEU_DrawInput(XBuf);
}
void FCEU_PutImageDummy(void)