Add ROM Header CRC Recalculation

Add ROM Header CRC Recalculation
This commit is contained in:
Nekokabu 2015-06-15 22:00:37 +09:00
parent 0e6f462f8b
commit dd0560c438
1 changed files with 2 additions and 0 deletions

View File

@ -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,