From deb25fe480805dc0097a6b7692973c5627edf888 Mon Sep 17 00:00:00 2001
From: Michael <goldtextwitch@outlook.com>
Date: Wed, 8 Feb 2017 20:21:44 -0800
Subject: [PATCH] [Lost World] Add potential half-res value

---
 Enthusiast/LostWorld_2880p/rules.txt               | 6 ++++++
 Enthusiast/LostWorld_4320p/rules.txt               | 6 ++++++
 Enthusiast/LostWorld_5760p/rules.txt               | 6 ++++++
 Performance/LostWorld_360p/rules.txt               | 6 ++++++
 Quality - Gamepad/LostWorld_1080pGamepad/rules.txt | 6 ++++++
 Quality - Gamepad/LostWorld_1440pGamepad/rules.txt | 6 ++++++
 Quality - Gamepad/LostWorld_2160pGamepad/rules.txt | 6 ++++++
 Quality/LostWorld_1080p/rules.txt                  | 8 +++++++-
 Quality/LostWorld_1440p/rules.txt                  | 8 +++++++-
 Quality/LostWorld_2160p/rules.txt                  | 8 +++++++-
 10 files changed, 63 insertions(+), 3 deletions(-)

diff --git a/Enthusiast/LostWorld_2880p/rules.txt b/Enthusiast/LostWorld_2880p/rules.txt
index b05449df..6249af3f 100644
--- a/Enthusiast/LostWorld_2880p/rules.txt
+++ b/Enthusiast/LostWorld_2880p/rules.txt
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 5120
 overwriteHeight = 2880
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 2560
+overwriteHeight = 1440
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Enthusiast/LostWorld_4320p/rules.txt b/Enthusiast/LostWorld_4320p/rules.txt
index b61e157d..0a41110a 100644
--- a/Enthusiast/LostWorld_4320p/rules.txt
+++ b/Enthusiast/LostWorld_4320p/rules.txt
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 7680
 overwriteHeight = 4320
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 3840
+overwriteHeight = 2160
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Enthusiast/LostWorld_5760p/rules.txt b/Enthusiast/LostWorld_5760p/rules.txt
index 2b9292f6..d932dc35 100644
--- a/Enthusiast/LostWorld_5760p/rules.txt
+++ b/Enthusiast/LostWorld_5760p/rules.txt
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 10240
 overwriteHeight = 5760
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 5120
+overwriteHeight = 2880
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Performance/LostWorld_360p/rules.txt b/Performance/LostWorld_360p/rules.txt
index 37fd19d8..f52990ba 100644
--- a/Performance/LostWorld_360p/rules.txt
+++ b/Performance/LostWorld_360p/rules.txt
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 640
 overwriteHeight = 360
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 320
+overwriteHeight = 180
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Quality - Gamepad/LostWorld_1080pGamepad/rules.txt b/Quality - Gamepad/LostWorld_1080pGamepad/rules.txt
index 8f5af750..6cad3c89 100644
--- a/Quality - Gamepad/LostWorld_1080pGamepad/rules.txt	
+++ b/Quality - Gamepad/LostWorld_1080pGamepad/rules.txt	
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 1920
 overwriteHeight = 1080
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 960
+overwriteHeight = 540
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Quality - Gamepad/LostWorld_1440pGamepad/rules.txt b/Quality - Gamepad/LostWorld_1440pGamepad/rules.txt
index 23b495a7..f2f1dd72 100644
--- a/Quality - Gamepad/LostWorld_1440pGamepad/rules.txt	
+++ b/Quality - Gamepad/LostWorld_1440pGamepad/rules.txt	
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 2560
 overwriteHeight = 1440
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 1280
+overwriteHeight = 720
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Quality - Gamepad/LostWorld_2160pGamepad/rules.txt b/Quality - Gamepad/LostWorld_2160pGamepad/rules.txt
index f588437a..43caf53c 100644
--- a/Quality - Gamepad/LostWorld_2160pGamepad/rules.txt	
+++ b/Quality - Gamepad/LostWorld_2160pGamepad/rules.txt	
@@ -8,6 +8,12 @@ height = 720
 overwriteWidth = 3840
 overwriteHeight = 2160
 
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 1920
+overwriteHeight = 1080
+
 [TextureRedefine]
 width = 854
 height = 480
diff --git a/Quality/LostWorld_1080p/rules.txt b/Quality/LostWorld_1080p/rules.txt
index 21d38830..f03c67a2 100644
--- a/Quality/LostWorld_1080p/rules.txt
+++ b/Quality/LostWorld_1080p/rules.txt
@@ -6,4 +6,10 @@ name = "Sonic Lost World - 1080p"
 width = 1280
 height = 720
 overwriteWidth = 1920
-overwriteHeight = 1080
\ No newline at end of file
+overwriteHeight = 1080
+
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 960
+overwriteHeight = 540
\ No newline at end of file
diff --git a/Quality/LostWorld_1440p/rules.txt b/Quality/LostWorld_1440p/rules.txt
index e1f72886..ac93697f 100644
--- a/Quality/LostWorld_1440p/rules.txt
+++ b/Quality/LostWorld_1440p/rules.txt
@@ -6,4 +6,10 @@ name = "Sonic Lost World - 1440p (2K)"
 width = 1280
 height = 720
 overwriteWidth = 2560
-overwriteHeight = 1440
\ No newline at end of file
+overwriteHeight = 1440
+
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 1280
+overwriteHeight = 720
\ No newline at end of file
diff --git a/Quality/LostWorld_2160p/rules.txt b/Quality/LostWorld_2160p/rules.txt
index 6e69ef95..fcc80840 100644
--- a/Quality/LostWorld_2160p/rules.txt
+++ b/Quality/LostWorld_2160p/rules.txt
@@ -6,4 +6,10 @@ name = "Sonic Lost World - 2160p (4K)"
 width = 1280
 height = 720
 overwriteWidth = 3840
-overwriteHeight = 2160
\ No newline at end of file
+overwriteHeight = 2160
+
+[TextureRedefine]
+width = 640
+height = 360
+overwriteWidth = 1920
+overwriteHeight = 1080
\ No newline at end of file