This commit is contained in:
Shinovon 2026-05-03 07:30:29 +05:00
parent d2fbcccd01
commit e938d48607
2 changed files with 4 additions and 37 deletions

View file

@ -355,6 +355,7 @@ public:
// container->gGameState = GS_INIT_PLAYING_GAME;
break;
case GS_FRONTEND:
if (!IsForegroundApp()) break;
RsEventHandler(rsFRONTENDIDLE, nil);
if ( !FrontEndMenuManager.m_bMenuActive || FrontEndMenuManager.m_bWantToLoad )
{
@ -377,6 +378,7 @@ public:
TRACE("gGameState = GS_PLAYING_GAME;");
break;
case GS_PLAYING_GAME:
if (!IsForegroundApp()) break;
// float ms = (float)CTimer::GetCurrentTimeInCycles() / (float)tickPeriod; //(float)CTimer::GetCyclesPerMillisecond();
// if ( RwInitialised )
// {