This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
mgba
mirror of
https://github.com/mgba-emu/mgba.git
Watch
1
Star
0
Fork
You've already forked mgba
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ecdcf25f5
mgba
/
src
/
gba
/
hle-bios.h
9 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
Add HLE BIOS from GBA.js
2013-04-17 07:45:23 +00:00
#
ifndef HLE_BIOS_H
#
define HLE_BIOS_H
Move common headers to common.h, remove util and debugger from being first class include directories
2014-04-03 06:50:20 +00:00
#
include
"common.h"
Savestate game checks
2014-01-21 01:18:12 +00:00
extern
const
uint8_t
hleBios
[
]
;
Add HLE BIOS from GBA.js
2013-04-17 07:45:23 +00:00
#
endif