From 7206f321e4e5cddc4067ba68b1ed96bc5460c5fc Mon Sep 17 00:00:00 2001 From: SuuperW Date: Wed, 7 May 2025 22:27:39 -0500 Subject: [PATCH] This variable is unused, and not needed anymore. --- src/NDS.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NDS.cpp b/src/NDS.cpp index 2efb3b0a..c5f86066 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -921,7 +921,6 @@ u32 NDS::RunFrame() GPU.TotalScanlines = 0; LagFrameFlag = true; - bool runFrame = Running && !(CPUStop & CPUStop_Sleep); while (Running) { u64 frametarget = SysTimestamp + 560190;