From 8762812b65c469e5d6a431e191a8503a88362156 Mon Sep 17 00:00:00 2001 From: Arignir Date: Mon, 18 Dec 2023 21:16:16 +0100 Subject: [PATCH] Remove a debug comment. --- source/app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/main.c b/source/app/main.c index 7baac58..47f62bc 100644 --- a/source/app/main.c +++ b/source/app/main.c @@ -159,7 +159,7 @@ main( uint64_t sdl_counters[2]; float elapsed_ms; - sdl_counters[0] = 0; //SDL_GetPerformanceCounter(); + sdl_counters[0] = SDL_GetPerformanceCounter(); app_emulator_process_all_notifs(&app);