Mercurial > repos > blastem
view gdb_remote.h @ 2695:84771c6e31c5
Allow keybinds to still fire for debug windows with no Nuklear UI
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 19 Jun 2025 20:34:00 -0700 |
parents | 7e86ec94c899 |
children |
line wrap: on
line source
#ifndef GDB_REMOTE_H_ #define GDB_REMOTE_H_ #include "genesis.h" void gdb_remote_init(void); void gdb_debug_enter(void *vcontext, uint32_t pc); #endif //GDB_REMOTE_H_