From e2303a4166ec3b78219115c18a0113e24fa48cf6 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 3 Apr 2021 00:38:20 +0000 Subject: Adds overscan scaler and fps display --- shell/menu/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/menu/config.h') diff --git a/shell/menu/config.h b/shell/menu/config.h index 9b71fc2..dfe4b6e 100644 --- a/shell/menu/config.h +++ b/shell/menu/config.h @@ -5,6 +5,7 @@ typedef struct { int32_t fullscreen; /* For input remapping */ uint32_t config_buttons[6][19]; + int32_t showfps; } t_config; extern t_config option; -- cgit v1.2.3