mirror of
https://github.com/simple64/simple64.git
synced 2026-09-11 14:52:44 +02:00
update gui
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user