Integrate standard pads(pads.c) into input.c

This commit is contained in:
retro-wertz
2017-09-30 11:14:13 +08:00
parent 9ef94517ce
commit c645949592
3 changed files with 126 additions and 147 deletions

View File

@@ -19,6 +19,8 @@ typedef struct {
void FP_FASTAPASS(2) (*Draw)(uint8 *buf, int arg);
} INPUTCFC;
void FCEUMOV_AddJoy(uint8 *js);
void FCEU_DrawInput(uint8 *buf);
void FCEU_UpdateInput(void);
void InitializeInput(void);