all repos — mgba @ f420232bbf7c487f3432edeb1f01e1c6c0af3a81

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 "common.h"
5
6extern const size_t hleBiosLength;
7extern const uint8_t hleBios[];
8
9#endif