all repos — mgba @ 3005c6c9fb7bb9d91c1f4dde4ec7e88f99a1a620

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