Save showfps

This commit is contained in:
Sally Coolatta 2022-01-06 01:20:31 -05:00
parent c5279e5795
commit 3ba8f38829

View file

@ -45,7 +45,7 @@ UINT8 *screens[5];
// screens[3] = fade screen start
// screens[4] = fade screen end, postimage tempoarary buffer
consvar_t cv_ticrate = CVAR_INIT ("showfps", "No", 0, CV_YesNo, NULL);
consvar_t cv_ticrate = CVAR_INIT ("showfps", "No", CV_SAVE, CV_YesNo, NULL);
static void CV_palette_OnChange(void);