Initial macOS port bringup (#52)

This commit is contained in:
Marcin Chojnacki
2022-08-26 04:03:26 +02:00
committed by GitHub
parent a2abffd37b
commit 974edaa649
84 changed files with 157 additions and 122 deletions
+1 -1
View File
@@ -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);