summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.c
diff options
context:
space:
mode:
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)
{