Add core option to choose between absolute and relative zapper modes

This commit is contained in:
retro-wertz
2017-09-16 17:32:05 +08:00
parent 3171bddeae
commit 8b41b3ff14
3 changed files with 54 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ int FCEU_InitVirtualVideo(void);
void FCEU_KillVirtualVideo(void);
int SaveSnapshot(void);
extern uint8 *XBuf;
extern int show_crosshair;
void FCEU_DrawNumberRow(uint8 *XBuf, int *nstatus, int cur);
#endif