From 2810022d1d5e96ef15fdf830c1fb35f83bac4ab4 Mon Sep 17 00:00:00 2001 From: dkeruza Date: Fri, 24 Jan 2025 10:53:19 +0100 Subject: [PATCH] Update config.h typo --- src/lindbergh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lindbergh/config.h b/src/lindbergh/config.h index f8adfb6..7d3c38e 100644 --- a/src/lindbergh/config.h +++ b/src/lindbergh/config.h @@ -268,7 +268,7 @@ typedef struct int customCursorHeight; int mj4EnabledAtT; char or2IP[16]; - float cpuFreqMhz; + float cpuFreqGhz; ArcadeInputs arcadeInputs; int inputMode; // 0 = both, 1 = SDL/X11 only, 2 = EVDEV only int skipOutrunCabinetCheck;