gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/include/gb/emu_debug.h
1 /** @file gb/emu_debug.h
2
3 Shim for legacy use of @ref gb/emu_debug.h which has been
4 migrated to @ref gbdk/emu_debug.h
5
6 See the `emu_debug` example project included with gbdk.
7 */
8 #ifndef __EMU_DEBUG_INCLUDE
9 #define __EMU_DEBUG_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.