mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
6 lines
172 B
C
6 lines
172 B
C
|
int FCEU_InitVirtualVideo(void);
|
||
|
void FCEU_KillVirtualVideo(void);
|
||
|
int SaveSnapshot(void);
|
||
|
extern uint8 *XBuf;
|
||
|
void FCEU_DrawNumberRow(uint8 *XBuf, int *nstatus, int cur);
|