mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Initial macOS port bringup (#52)
This commit is contained in:
@@ -364,7 +364,7 @@ void cemu_initForGame()
|
||||
time_t theTime = (time(NULL) - 946684800);
|
||||
{
|
||||
tm* lt = localtime(&theTime);
|
||||
#if BOOST_OS_WINDOWS > 0
|
||||
#if BOOST_OS_WINDOWS
|
||||
theTime = _mkgmtime(lt);
|
||||
#else
|
||||
theTime = timegm(lt);
|
||||
|
||||
Reference in New Issue
Block a user