mgba/src/gba/hle-bios.h

8 lines
126 B
C

#ifndef HLE_BIOS_H
#define HLE_BIOS_H
extern const unsigned int hleBiosLength;
extern const unsigned char hleBios[];
#endif