mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
7 lines
153 B
C
7 lines
153 B
C
|
#include "System.h"
|
||
|
|
||
|
extern struct EmulatedSystem emulator;
|
||
|
extern u32 loadtimeradjust;
|
||
|
int loadVBAROM(char filename[]);
|
||
|
void InitialisePalette();
|