update gui

This commit is contained in:
Logan McNaughton
2023-08-30 07:15:56 -06:00
parent df7709b0f8
commit 9badc2e92c
+1 -4
View File
@@ -25,9 +25,6 @@
#define _CRT_RAND_S
#endif
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include "common.h"
#include <SDL_keycode.h>
#include <QProcess>
@@ -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);