mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Change netplay initial gctime to be determined by the hosts initial time
This commit is contained in:
@ -24,6 +24,7 @@ set(SRCS BreakPoints.cpp
|
||||
SysConf.cpp
|
||||
Thread.cpp
|
||||
Timer.cpp
|
||||
TraversalClient.cpp
|
||||
Version.cpp
|
||||
x64ABI.cpp
|
||||
x64Analyzer.cpp
|
||||
@ -33,7 +34,7 @@ set(SRCS BreakPoints.cpp
|
||||
Logging/ConsoleListener.cpp
|
||||
Logging/LogManager.cpp)
|
||||
|
||||
|
||||
set(LIBS enet)
|
||||
if(_M_ARM)
|
||||
if (_M_ARM_32) #ARMv7
|
||||
set(SRCS ${SRCS}
|
||||
|
Reference in New Issue
Block a user