all repos — mgba @ e80ab4c855ef1d3c2e320b2a21b72b9fc1de74a4

mGBA Game Boy Advance Emulator

src/gba/hle-bios.h (view raw)

1#ifndef HLE_BIOS_H
2#define HLE_BIOS_H
3
4extern const unsigned int hleBiosLength;
5extern const unsigned char hleBios[];
6
7#endif