From 5cb91dd77b98cf61cc3cd73b856a01e50d82a197 Mon Sep 17 00:00:00 2001
From: Michael <goldtextwitch@outlook.com>
Date: Sun, 25 Feb 2018 17:49:34 -0800
Subject: [PATCH] TMS color depth increase

---
 Source/TokyoMirage/rules.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Source/TokyoMirage/rules.txt b/Source/TokyoMirage/rules.txt
index 2c34eabb..004f0158 100644
--- a/Source/TokyoMirage/rules.txt
+++ b/Source/TokyoMirage/rules.txt
@@ -6,7 +6,6 @@ $scaleFactorX = $fullWidth / 1280.0;
 $scaleFactorY = $fullHeight / 720.0;
 $title = get_title($fullWidth, $fullHeight);
 ?>
-
 [Definition]
 titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
 name = "Tokyo Mirage Sessions FE - <?=$title?>" 
@@ -15,6 +14,16 @@ version = 2
 [TextureRedefine]
 width = 1280
 height = 720
+formats = 0x816
+overwriteFormat = 0x820
+tileModesExcluded = 0x001
+overwriteWidth = <?=round($scaleFactorX*1280)?> 
+overwriteHeight = <?=round($scaleFactorY*720)?> 
+
+[TextureRedefine]
+width = 1280
+height = 720
+formatsExcluded = 0x816
 tileModesExcluded = 0x001
 overwriteWidth = <?=round($scaleFactorX*1280)?> 
 overwriteHeight = <?=round($scaleFactorY*720)?>