mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
fix gdb stub causing the emulator to hang on undefined instructions (#2054)
* dont hang on undefined instruction * Add spaces --------- Co-authored-by: Kemal Afzal <RSDuck@users.noreply.github.com>
This commit is contained in:
@ -152,6 +152,7 @@ public:
|
||||
int RespFmt(const char* fmt, ...);
|
||||
|
||||
int RespStr(const char* str);
|
||||
inline bool IsConnected() { return ConnFd > 0; }
|
||||
|
||||
private:
|
||||
void Disconnect();
|
||||
|
Reference in New Issue
Block a user