From d00776eda8071ee96ef0436e7ac08f83631e9f00 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 18 Dec 2017 18:35:38 -0800 Subject: [PATCH] Uncomment gamepad for games that use gamepad for multiplayer --- Source/HyruleWarriors/rules.txt | 7 +++++++ Source/PokkenTournament/rules.txt | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Source/HyruleWarriors/rules.txt b/Source/HyruleWarriors/rules.txt index 12fe20ed..2fb1521b 100644 --- a/Source/HyruleWarriors/rules.txt +++ b/Source/HyruleWarriors/rules.txt @@ -20,6 +20,13 @@ tileModesExcluded = 0x001 overwriteWidth = overwriteHeight = +[TextureRedefine] #Gamepad +width = 854 +height = 480 +overwriteWidth = +overwriteHeight = + + [TextureRedefine] #Only saw depth in Nsight width = 640 height = 360 diff --git a/Source/PokkenTournament/rules.txt b/Source/PokkenTournament/rules.txt index d7532644..114e387b 100644 --- a/Source/PokkenTournament/rules.txt +++ b/Source/PokkenTournament/rules.txt @@ -12,7 +12,7 @@ titleIds = 00050000101DF400,00050002101DF401 name = "Pokken Tournament - " version = 2 -[TextureRedefine] +[TextureRedefine] # TV width = 1280 height = 720 formatsExcluded = 0x033 @@ -20,14 +20,14 @@ tileModesExcluded = 0x001 overwriteWidth = overwriteHeight = -[TextureRedefine] # Disabled because of current graphic pack scaling bugs +[TextureRedefine] # In-Game Resolution width = 960 height = 720 #overwriteWidth = #overwriteHeight = -[TextureRedefine] # gamepad +[TextureRedefine] # Gamepad width = 854 height = 480 -#overwriteWidth = -#overwriteHeight = +overwriteWidth = +overwriteHeight =