mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-08-01 18:49:11 -06:00
make it possible to change gdb stub settings without destroying/recreating a NDS
This commit is contained in:
@ -115,10 +115,10 @@ public:
|
||||
int kind;
|
||||
};
|
||||
|
||||
GdbStub(StubCallbacks* cb, int port);
|
||||
GdbStub(StubCallbacks* cb);
|
||||
~GdbStub();
|
||||
|
||||
bool Init();
|
||||
bool Init(int port);
|
||||
void Close();
|
||||
|
||||
StubState Poll(bool wait = false);
|
||||
|
Reference in New Issue
Block a user