bgb_emu.h (264B)
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