mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
make it possible to change gdb stub settings without destroying/recreating a NDS
This commit is contained in:
@ -476,6 +476,12 @@ public: // TODO: Encapsulate the rest of these members
|
||||
void SetJITArgs(std::optional<JITArgs> args) noexcept {}
|
||||
#endif
|
||||
|
||||
#ifdef GDBSTUB_ENABLED
|
||||
void SetGdbArgs(std::optional<GDBArgs> args) noexcept;
|
||||
#else
|
||||
void SetGdbArgs(std::optional<GDBArgs> args) noexcept {}
|
||||
#endif
|
||||
|
||||
private:
|
||||
void InitTimings();
|
||||
u32 SchedListMask;
|
||||
|
Reference in New Issue
Block a user