mirror of https://github.com/mgba-emu/mgba.git
GDB: Ugh
This commit is contained in:
parent
7386e60ac0
commit
fe8b436b41
|
@ -846,7 +846,7 @@ void GDBStubUpdate(struct GDBStub* stub) {
|
|||
} else {
|
||||
goto connectionLost;
|
||||
}
|
||||
SocketSetTCPPush(stub->connection);
|
||||
SocketSetTCPPush(stub->connection, 1);
|
||||
}
|
||||
while (true) {
|
||||
if (stub->shouldBlock) {
|
||||
|
|
Loading…
Reference in New Issue