view gdb_remote.h @ 2679:69c1093f8726

Ignore devices with 3-axes and no buttons since these are generally not gamepads/joysticks but accelerometers or gyros
author Michael Pavone <pavone@retrodev.com>
date Wed, 26 Mar 2025 01:17:04 -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_