mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
8 lines
258 B
C
8 lines
258 B
C
void FCEU_VSUniPower(void);
|
|
void FCEU_VSUniCheck(uint64 md5partial, int *, uint8 *);
|
|
void FCEU_VSUniDraw(uint8 *XBuf);
|
|
|
|
void FCEU_VSUniToggleDIP(int); /* For movies and netplay */
|
|
void FCEU_VSUniCoin(void);
|
|
void FCEU_VSUniSwap(uint8 *j0, uint8 *j1);
|