diff --git a/Source/Bayonetta/rules.txt b/Source/Bayonetta/rules.txt index 69fd1941..58bca48a 100644 --- a/Source/Bayonetta/rules.txt +++ b/Source/Bayonetta/rules.txt @@ -4,10 +4,6 @@ $fullWidth = $argv[1]; $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; - -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Bayonetta2/rules.txt b/Source/Bayonetta2/rules.txt index cabb58d1..24510822 100644 --- a/Source/Bayonetta2/rules.txt +++ b/Source/Bayonetta2/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/BreathOfTheWild/rules.txt b/Source/BreathOfTheWild/rules.txt index 57dc7d7e..1294918d 100644 --- a/Source/BreathOfTheWild/rules.txt +++ b/Source/BreathOfTheWild/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/CaptainToad/rules.txt b/Source/CaptainToad/rules.txt index b789aab6..ec74948a 100644 --- a/Source/CaptainToad/rules.txt +++ b/Source/CaptainToad/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/ColorSplash/rules.txt b/Source/ColorSplash/rules.txt index 8d9e32d7..654518af 100644 --- a/Source/ColorSplash/rules.txt +++ b/Source/ColorSplash/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/FistoftheNorthStar/rules.txt b/Source/FistoftheNorthStar/rules.txt index cd387c65..54fd51b9 100644 --- a/Source/FistoftheNorthStar/rules.txt +++ b/Source/FistoftheNorthStar/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/GhostlyAdventures/rules.txt b/Source/GhostlyAdventures/rules.txt index f8e8ecd9..ed915ac8 100644 --- a/Source/GhostlyAdventures/rules.txt +++ b/Source/GhostlyAdventures/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/GhostlyAdventures2/rules.txt b/Source/GhostlyAdventures2/rules.txt index 5287c97e..8dc639ea 100644 --- a/Source/GhostlyAdventures2/rules.txt +++ b/Source/GhostlyAdventures2/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Guacamelee/rules.txt b/Source/Guacamelee/rules.txt index 1c12c85d..2acbba76 100644 --- a/Source/Guacamelee/rules.txt +++ b/Source/Guacamelee/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/HyruleWarriors/rules.txt b/Source/HyruleWarriors/rules.txt index 161a5331..be02305e 100644 --- a/Source/HyruleWarriors/rules.txt +++ b/Source/HyruleWarriors/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/KirbyRainbowCurse/rules.txt b/Source/KirbyRainbowCurse/rules.txt index a7fb4ad0..af31795e 100644 --- a/Source/KirbyRainbowCurse/rules.txt +++ b/Source/KirbyRainbowCurse/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/MarioKart8/rules.txt b/Source/MarioKart8/rules.txt index 88d43fdb..f4821523 100644 --- a/Source/MarioKart8/rules.txt +++ b/Source/MarioKart8/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/MarioTennis/rules.txt b/Source/MarioTennis/rules.txt index df9cdfa2..64ac1246 100644 --- a/Source/MarioTennis/rules.txt +++ b/Source/MarioTennis/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/MightyNumber9/rules.txt b/Source/MightyNumber9/rules.txt index 67bcf075..3111f519 100644 --- a/Source/MightyNumber9/rules.txt +++ b/Source/MightyNumber9/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/NintendoLand/rules.txt b/Source/NintendoLand/rules.txt index 38dfb764..a6f240bd 100644 --- a/Source/NintendoLand/rules.txt +++ b/Source/NintendoLand/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/PokkenTournament/rules.txt b/Source/PokkenTournament/rules.txt index 7e68c435..f7fba29b 100644 --- a/Source/PokkenTournament/rules.txt +++ b/Source/PokkenTournament/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SonicLostWorld/rules.txt b/Source/SonicLostWorld/rules.txt index 383b384c..fe91455d 100644 --- a/Source/SonicLostWorld/rules.txt +++ b/Source/SonicLostWorld/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Splatoon/rules.txt b/Source/Splatoon/rules.txt index 736264c4..17e18ae2 100644 --- a/Source/Splatoon/rules.txt +++ b/Source/Splatoon/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SpongeBob/rules.txt b/Source/SpongeBob/rules.txt index 617cc1c6..7f9c5117 100644 --- a/Source/SpongeBob/rules.txt +++ b/Source/SpongeBob/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/StarFoxGuard/rules.txt b/Source/StarFoxGuard/rules.txt index cefd3565..0e59c056 100644 --- a/Source/StarFoxGuard/rules.txt +++ b/Source/StarFoxGuard/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/StarFoxZero/rules.txt b/Source/StarFoxZero/rules.txt index 13b6253b..65d75131 100644 --- a/Source/StarFoxZero/rules.txt +++ b/Source/StarFoxZero/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SuperMario3DWorld/rules.txt b/Source/SuperMario3DWorld/rules.txt index aa8efd99..07393d30 100644 --- a/Source/SuperMario3DWorld/rules.txt +++ b/Source/SuperMario3DWorld/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/SuperSmashBros/rules.txt b/Source/SuperSmashBros/rules.txt index 8c842bd8..6a4c55e2 100644 --- a/Source/SuperSmashBros/rules.txt +++ b/Source/SuperSmashBros/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1920.0; $scaleFactorY = $fullHeight / 1080.0; -if ($fullWidth == 1920 && $fullHeight == 1080) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Tekken/rules.txt b/Source/Tekken/rules.txt index 1ffd4d25..94a636a6 100644 --- a/Source/Tekken/rules.txt +++ b/Source/Tekken/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/TropicalFreeze/rules.txt b/Source/TropicalFreeze/rules.txt index b8eeadde..a39eb7e3 100644 --- a/Source/TropicalFreeze/rules.txt +++ b/Source/TropicalFreeze/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/TwilightPrincessHD/rules.txt b/Source/TwilightPrincessHD/rules.txt index c8561043..3c6dc8fa 100644 --- a/Source/TwilightPrincessHD/rules.txt +++ b/Source/TwilightPrincessHD/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1920.0; $scaleFactorY = $fullHeight / 1080.0; -if ($fullWidth == 1920 && $fullHeight == 1080) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/WarriorsOrochi3/rules.txt b/Source/WarriorsOrochi3/rules.txt index f90141d0..8f023d1d 100644 --- a/Source/WarriorsOrochi3/rules.txt +++ b/Source/WarriorsOrochi3/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/WindWakerHD/rules.txt b/Source/WindWakerHD/rules.txt index 73820505..e842a391 100644 --- a/Source/WindWakerHD/rules.txt +++ b/Source/WindWakerHD/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1920.0; $scaleFactorY = $fullHeight / 1080.0; -if ($fullWidth == 1920 && $fullHeight == 1080) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/Wonderful101/rules.txt b/Source/Wonderful101/rules.txt index c3270163..a105baea 100644 --- a/Source/Wonderful101/rules.txt +++ b/Source/Wonderful101/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/WoollyWorld/rules.txt b/Source/WoollyWorld/rules.txt index b6441c74..6e7ce4fd 100644 --- a/Source/WoollyWorld/rules.txt +++ b/Source/WoollyWorld/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition] diff --git a/Source/XenobladeX/rules.txt b/Source/XenobladeX/rules.txt index 3ef1632b..a6ae7305 100644 --- a/Source/XenobladeX/rules.txt +++ b/Source/XenobladeX/rules.txt @@ -5,9 +5,6 @@ $fullHeight = $argv[2]; $scaleFactorX = $fullWidth / 1280.0; $scaleFactorY = $fullHeight / 720.0; -if ($fullWidth == 1280 && $fullHeight == 720) - exit(1); - $title = get_title($fullWidth, $fullHeight); ?> [Definition]