Remose self mod method from rdb and language strings
This commit is contained in:
parent
966349aeb4
commit
385661e36e
1088
Config/Project64.rdb
1088
Config/Project64.rdb
File diff suppressed because it is too large
Load Diff
|
@ -276,7 +276,6 @@ enum LanguageStringID{
|
|||
|
||||
//Rom Options
|
||||
ROM_CPU_STYLE = 520,
|
||||
ROM_SMCM = 521,
|
||||
ROM_MEM_SIZE = 522,
|
||||
ROM_ABL = 523,
|
||||
ROM_SAVE_TYPE = 524,
|
||||
|
|
|
@ -224,7 +224,6 @@ void CLanguage::LoadDefaultStrings (void) {
|
|||
|
||||
//Rom Options
|
||||
DEF_STR(ROM_CPU_STYLE, "CPU core style:");
|
||||
DEF_STR(ROM_SMCM, "Self-modifying code Method:");
|
||||
DEF_STR(ROM_MEM_SIZE, "Memory Size:");
|
||||
DEF_STR(ROM_ABL, "Advanced Block Linking:");
|
||||
DEF_STR(ROM_SAVE_TYPE, "Default Save type:");
|
||||
|
|
Loading…
Reference in New Issue