From c27e7ad0473e210c61d0d0a6f1fcae84e89b926e Mon Sep 17 00:00:00 2001
From: Michael <goldtextwitch@outlook.com>
Date: Mon, 26 Jun 2017 00:02:44 -0700
Subject: [PATCH] [PAC-MAN] exclude loading texture

---
 Quality/PacMan_1080p/rules.txt | 2 +-
 Quality/PacMan_1440p/rules.txt | 2 +-
 Quality/PacMan_1800p/rules.txt | 2 +-
 Quality/PacMan_2160p/rules.txt | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Quality/PacMan_1080p/rules.txt b/Quality/PacMan_1080p/rules.txt
index 112b9c7d..acde7974 100644
--- a/Quality/PacMan_1080p/rules.txt
+++ b/Quality/PacMan_1080p/rules.txt
@@ -6,7 +6,7 @@ version = 2
 [TextureRedefine]
 width = 1280
 height = 720
-formatsExcluded = 0x033
+formatsExcluded = 0x031,0x033
 overwriteWidth = 1920
 overwriteHeight = 1080
 
diff --git a/Quality/PacMan_1440p/rules.txt b/Quality/PacMan_1440p/rules.txt
index eea0e246..eabd1c15 100644
--- a/Quality/PacMan_1440p/rules.txt
+++ b/Quality/PacMan_1440p/rules.txt
@@ -6,7 +6,7 @@ version = 2
 [TextureRedefine]
 width = 1280
 height = 720
-formatsExcluded = 0x033
+formatsExcluded = 0x031,0x033
 overwriteWidth = 2560
 overwriteHeight = 1440
 
diff --git a/Quality/PacMan_1800p/rules.txt b/Quality/PacMan_1800p/rules.txt
index 9c5b216d..5106c3e2 100644
--- a/Quality/PacMan_1800p/rules.txt
+++ b/Quality/PacMan_1800p/rules.txt
@@ -6,7 +6,7 @@ version = 2
 [TextureRedefine]
 width = 1280
 height = 720
-formatsExcluded = 0x033
+formatsExcluded = 0x031,0x033
 overwriteWidth = 3200
 overwriteHeight = 1800
 
diff --git a/Quality/PacMan_2160p/rules.txt b/Quality/PacMan_2160p/rules.txt
index 4c760027..25fcfe40 100644
--- a/Quality/PacMan_2160p/rules.txt
+++ b/Quality/PacMan_2160p/rules.txt
@@ -6,7 +6,7 @@ version = 2
 [TextureRedefine]
 width = 1280
 height = 720
-formatsExcluded = 0x033
+formatsExcluded = 0x031,0x033
 overwriteWidth = 3840
 overwriteHeight = 2160