From 9badc2e92ccd54e6f7a009be0fde85b89cbf3a8a Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Wed, 30 Aug 2023 07:15:56 -0600 Subject: [PATCH] update gui --- simple64-gui/interface/common.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/simple64-gui/interface/common.cpp b/simple64-gui/interface/common.cpp index 236f984..337ec9c 100644 --- a/simple64-gui/interface/common.cpp +++ b/simple64-gui/interface/common.cpp @@ -25,9 +25,6 @@ #define _CRT_RAND_S #endif -#include -#include -#include #include "common.h" #include #include @@ -252,7 +249,7 @@ m64p_error launchGame(QString netplay_ip, int netplay_port, int netplay_player) if (netplay_port) { uint32_t version; - if ((*CoreDoCommand)(M64CMD_NETPLAY_GET_VERSION, 0x010002, &version) == M64ERR_SUCCESS) + if ((*CoreDoCommand)(M64CMD_NETPLAY_GET_VERSION, 0x010001, &version) == M64ERR_SUCCESS) { DebugMessage(M64MSG_INFO, "Netplay: using core version %u", version);