Symbian^3 port

This commit is contained in:
Shinovon 2026-04-29 05:15:13 +05:00
parent 77cdaaf97e
commit 3eb71f2cc5
106 changed files with 2098 additions and 745 deletions

View file

@ -278,6 +278,7 @@ void CTimer::Resume(void)
oldPcTimer += RsTimer() - suspendPcTimer;
}
#ifndef __SYMBIAN32__
uint32 CTimer::GetCyclesPerMillisecond(void)
{
#ifdef _WIN32
@ -287,6 +288,7 @@ uint32 CTimer::GetCyclesPerMillisecond(void)
#endif
return 1;
}
#endif
uint32 CTimer::GetCurrentTimeInCycles(void)
{