Add ROM Header CRC Recalculation
Add ROM Header CRC Recalculation
This commit is contained in:
parent
0e6f462f8b
commit
dd0560c438
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue