gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/include/gb/bgb_emu.h
1 /** @file gb/bgb_emu.h
2
3 Shim for legacy use of @ref bgb_emu.h which has been
4 migrated to @ref emu_debug.h
5
6 See the `emu_debug` example project included with gbdk.
7 */
8 #ifndef __BGB_EMU_INCLUDE
9 #define __BGB_EMU_INCLUDE
10
11 #include <gbdk/emu_debug.h>
12
13 #endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.