all repos — mgba @ e27c10ab78c8109f2c2056854a8f871edf69dc3c

mGBA Game Boy Advance Emulator

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

 1#ifndef HLE_BIOS_H
 2#define HLE_BIOS_H
 3
 4#include <stdint.h>
 5#include <string.h>
 6
 7extern const size_t hleBiosLength;
 8extern const uint8_t hleBios[];
 9
10#endif