Files
gbdk-2020/gbdk-lib/include/gb/emu_debug.h
bbbbbr 7573953933 Emu Debug: Move header into common gbdk folder
- version in gb folder becomes a shim/wrapper
- Update example to enable loop profiling for sms/gg
- Add Docs FAQ entry about known issue with SDCC warning "z80instructionSize() failed to parse line node, assuming 999 bytes"
2022-03-05 23:02:23 -08:00

14 lines
283 B
C

/** @file gb/emu_debug.h
Shim for legacy use of @ref gb/emu_debug.h which has been
migrated to @ref gbdk/emu_debug.h
See the `emu_debug` example project included with gbdk.
*/
#ifndef __EMU_DEBUG_INCLUDE
#define __EMU_DEBUG_INCLUDE
#include <gbdk/emu_debug.h>
#endif