This commit is contained in:
twinaphex
2014-03-30 22:15:17 +02:00
commit 7e6caac57d
370 changed files with 90364 additions and 0 deletions

5
src/video.h Normal file
View File

@@ -0,0 +1,5 @@
int FCEU_InitVirtualVideo(void);
void FCEU_KillVirtualVideo(void);
int SaveSnapshot(void);
extern uint8 *XBuf;
void FCEU_DrawNumberRow(uint8 *XBuf, int *nstatus, int cur);