mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-08 05:33:28 +02:00
UWP: Fix Timer
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ u32 Timer::GetTimeMs()
|
||||
{
|
||||
#if defined(_WIN32)
|
||||
#if PPSSPP_PLATFORM(UWP)
|
||||
return 0; // TODO UWP
|
||||
return (u32)GetTickCount64();
|
||||
#else
|
||||
return timeGetTime();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user