mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Use the current commit hash in the netplay version
So that it contains the current commit and not an arbitrary date that may or may not be up-to-date. This will cause tears as people will not be able to use netplay with one diverging commit that does not touch anything related. On the other hand, users can’t be trusted.
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "Common/Common.h"
|
||||
#include "Common/ENetUtil.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/IniFile.h"
|
||||
@ -24,6 +25,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
static const char* NETPLAY_VERSION = scm_rev_git_str;
|
||||
u64 g_netplay_initial_gctime = 1272737767;
|
||||
|
||||
NetPlayServer::~NetPlayServer()
|
||||
|
Reference in New Issue
Block a user