mgba/src/gba/hle-bios.h

9 lines
100 B
C
Raw Normal View History

2013-04-17 07:45:23 +00:00
#ifndef HLE_BIOS_H
#define HLE_BIOS_H
#include "common.h"
2014-01-21 01:18:12 +00:00
extern const uint8_t hleBios[];
2013-04-17 07:45:23 +00:00
#endif