From 5fee18ae843c88f3c9b505e94c171041d582ca21 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 6 Dec 2017 17:13:07 -0800 Subject: [PATCH] Remove unbooting games They haven't booted in a long time, why keep them? --- Source/MightyNumber9/rules.txt | 25 ------------------------- Source/SonicBoom/rules.txt | 26 -------------------------- Source/TokyoMirage/rules.txt | 24 ------------------------ build.sh | 5 ----- 4 files changed, 80 deletions(-) delete mode 100644 Source/MightyNumber9/rules.txt delete mode 100644 Source/SonicBoom/rules.txt delete mode 100644 Source/TokyoMirage/rules.txt diff --git a/Source/MightyNumber9/rules.txt b/Source/MightyNumber9/rules.txt deleted file mode 100644 index 3111f519..00000000 --- a/Source/MightyNumber9/rules.txt +++ /dev/null @@ -1,25 +0,0 @@ - -[Definition] -titleIds = 00050000101C9600 -name = "Mighty Number 9 - " -version = 2 - -[TextureRedefine] -width = 1280 -height = 720 -overwriteWidth = -overwriteHeight = - -[TextureRedefine] # gamepad -width = 854 -height = 480 -#overwriteWidth = -#overwriteHeight = diff --git a/Source/SonicBoom/rules.txt b/Source/SonicBoom/rules.txt deleted file mode 100644 index f0e80710..00000000 --- a/Source/SonicBoom/rules.txt +++ /dev/null @@ -1,26 +0,0 @@ - -[Definition] -titleIds = 0005000010175B00,0005000210175B01 -name = "Sonic Boom: Rise of Lyric - " -version = 2 - -[TextureRedefine] -width = 1280 -height = 720 -formatsExcluded = 0x031 -tileModesExcluded = 0x001 -overwriteWidth = -overwriteHeight = - -[TextureRedefine] # gamepad -width = 854 -height = 480 -#overwriteWidth = -#overwriteHeight = diff --git a/Source/TokyoMirage/rules.txt b/Source/TokyoMirage/rules.txt deleted file mode 100644 index 33daeaf5..00000000 --- a/Source/TokyoMirage/rules.txt +++ /dev/null @@ -1,24 +0,0 @@ - -[Definition] -titleIds = 00050000101ED700,0005000010131D00 -name = "Tokyo Mirage Sessions FE - " -version = 2 - -[TextureRedefine] # tv -width = 1280 -height = 720 -overwriteWidth = -overwriteHeight = - -[TextureRedefine] # gamepad -width = 854 -height = 480 -#overwriteWidth = -#overwriteHeight = diff --git a/build.sh b/build.sh index 80e7c70d..d0cfa9a3 100644 --- a/build.sh +++ b/build.sh @@ -110,7 +110,6 @@ std_respack "CitizensOfEarth" "${res16by9[@]/$just720p}" std_respack "ColorSplash" "${res16by9[@]/$just720p}" std_respack "DuckTalesRemastered" "${res16by9[@]/$just1080p}" std_respack "ElectronicSuperJoyGrooveCity" "${res16by9[@]/$just1080p}" -std_respack "FASTRacingNEO" "${res16by9[@]/$just720p}" std_respack "FamilyTennisSP" "${res16by9[@]/$just720p}" std_respack "FistoftheNorthStar" "${res16by9[@]/$just720p}" std_respack "FrenchyBird" "${res16by9[@]/$just720p}" @@ -126,10 +125,8 @@ std_respack "KirbyRainbowCurse" "${res16by9[@]/$just720p}" std_respack "KungFuPanda" "${res16by9[@]/$just720p}" std_respack "LEGOCityUndercover" "${res16by9[@]/$just720p}" std_respack "MarioKart8" "${res16by9[@]/$just720p}" "${res21by9[@]}" -std_respack "MarioSonicRio" "${res16by9[@]/$just720p}" std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}" std_respack "MarioTennis" "${res16by9[@]/$just720p}" -std_respack "MightyNumber9" "${res16by9[@]/$just720p}" std_respack "MonsterHunter3Ultimate" "${res16by9[@]/$just1080p}" std_respack "NBA2K13" "${res16by9[@]/$just720p}" std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}" @@ -146,7 +143,6 @@ std_respack "ScribblenautsUnlimited" "${res16by9[@]/$just720p}" std_respack "ScribblenautsUnmasked" "${res16by9[@]/$just720p}" std_respack "Severed" "${res16by9[@]/$just720p}" std_respack "ShovelKnight" "${res16by9[@]/$just1080p}" -std_respack "SonicBoom" "${res16by9[@]/$just720p}" std_respack "SonicLostWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" std_respack "Splatoon" "${res16by9[@]/$just720p}" "${res21by9[@]}" std_respack "SpongeBob" "${res16by9[@]/$just720p}" @@ -157,7 +153,6 @@ std_respack "SuperSmashBros" "${res16by9[@]/$just1080p}" std_respack "TNTRacers" "${res16by9[@]/$just1080p}" std_respack "Tekken" "${res16by9[@]/$just720p}" std_respack "Tengami" "${res16by9[@]/$just720p}" -std_respack "TokyoMirage" "${res16by9[@]/$just720p}" std_respack "TropicalFreeze" "${res16by9[@]/$just720p}" "${res21by9[@]}" std_respack "TurboSuperStuntSquad" "${res16by9[@]/$just720p}" std_respack "TwilightPrincessHD" "${res16by9[@]/$just1080p}"