Remose self mod method from rdb and language strings

This commit is contained in:
zilmar 2012-10-21 06:28:01 +11:00
parent 966349aeb4
commit 385661e36e
3 changed files with 1 additions and 1089 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -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:");