summaryrefslogtreecommitdiff
path: root/shell/menu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/menu/config.h')
-rw-r--r--shell/menu/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/menu/config.h b/shell/menu/config.h
index 9b71fc2..b0c0711 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];
+ uint32_t showfps;
} t_config;
extern t_config option;