Mercurial > repos > blastem
view gdb_remote.h @ 2699:89c06782589f default tip
Fix regression in gamepad UI navigation
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 27 Jun 2025 23:39:37 -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_