diff --git a/Source/Project64/Settings.h b/Source/Project64/Settings.h index ad66e0a14..94b407a72 100644 --- a/Source/Project64/Settings.h +++ b/Source/Project64/Settings.h @@ -97,6 +97,7 @@ enum SettingID { Rdb_AiCountPerBytes, Rdb_AudioResetOnLoad, Rdb_AllowROMWrites, + Rdb_CRC_Recalc, //Individual Game Settings Game_IniKey, @@ -143,6 +144,7 @@ enum SettingID { Game_AiCountPerBytes, Game_AudioResetOnLoad, Game_AllowROMWrites, + Game_CRC_Recalc, // General Game running info GameRunning_LoadingInProgress,