This variable is unused, and not needed anymore.

This commit is contained in:
SuuperW 2025-05-07 22:27:39 -05:00
parent 9ed7e5803e
commit 7206f321e4
1 changed files with 0 additions and 1 deletions

View File

@ -921,7 +921,6 @@ u32 NDS::RunFrame()
GPU.TotalScanlines = 0;
LagFrameFlag = true;
bool runFrame = Running && !(CPUStop & CPUStop_Sleep);
while (Running)
{
u64 frametarget = SysTimestamp + 560190;