all repos — mgba @ bd9fae146631a5fc6514b1c607e1c6ee8f50963f

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