summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-05-29 00:05:08 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-06-04 23:14:52 +0200
commitcb2d7f800a9fc276b96fd0927fa6d8ec9f5a31c8 (patch)
tree3fcd11e34885c4dddc459c875c94e3b958d7750a /libpcsxcore/debug.c
parent850010a96b6cbc3eae03edd891e50325e017b678 (diff)
downloadpcsxr-cb2d7f800a9fc276b96fd0927fa6d8ec9f5a31c8.tar.gz
Implemented port-specific wrappers and logic for gdb stub
Diffstat (limited to 'libpcsxcore/debug.c')
-rw-r--r--libpcsxcore/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/debug.c b/libpcsxcore/debug.c
index 463df73b..ecc9edc7 100644
--- a/libpcsxcore/debug.c
+++ b/libpcsxcore/debug.c
@@ -397,7 +397,7 @@ void DebugVSync() {
if (client_socket < 1)
{
- client_socket = GetClient(server_socket);
+ client_socket = GetClient(server_socket, 0);
if (client_socket > 0)
{
@@ -478,7 +478,7 @@ void ProcessDebug() {
if (client_socket < 1)
{
- client_socket = GetClient(server_socket);
+ client_socket = GetClient(server_socket, 0);
if (client_socket > 0)
{