all repos — mgba @ 8a6254cc73053ee75d60e99d01daa7c8c4e5d6a9

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 uint8_t hleBios[];
7
8#endif