mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GDB Stub: do not send a packet when we just connected
This commit is contained in:
@ -22,6 +22,7 @@ void Deinit();
|
||||
bool IsActive();
|
||||
bool HasControl();
|
||||
void TakeControl();
|
||||
bool JustConnected();
|
||||
|
||||
void ProcessCommands(bool loop_until_continue);
|
||||
void SendSignal(Signal signal);
|
||||
|
Reference in New Issue
Block a user