all repos — mgba @ ed48ab1c64e0cea6e155fc33d9c170ff22bd3224

mGBA Game Boy Advance Emulator

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

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