From 9aafc094715697d49afc0fc0d4829c84a759f6de Mon Sep 17 00:00:00 2001
From: SteveLeafo <steve.leafo@gmail.com>
Date: Fri, 8 Dec 2017 20:17:52 +1100
Subject: [PATCH 1/2] Wipeout 3 - Fix for the Green intro videos

---
 Source/Wipeout3/rules.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Source/Wipeout3/rules.txt b/Source/Wipeout3/rules.txt
index 11d2d320..e2426864 100644
--- a/Source/Wipeout3/rules.txt
+++ b/Source/Wipeout3/rules.txt
@@ -14,12 +14,14 @@ version = 2
 [TextureRedefine] # tv
 width = 1280
 height = 720
+tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
 overwriteWidth = <?=round($scaleFactorX*1280)?> 
 overwriteHeight = <?=round($scaleFactorY*720)?> 
 
 [TextureRedefine] # half-res
 width = 640
 height = 360
+tileModesExcluded = 0x001 # fix for the green intro video (with cemu hook installed)
 overwriteWidth = <?=round($scaleFactorX*640)?> 
 overwriteHeight = <?=round($scaleFactorY*360)?> 
 

From ae88fcefc3b9ab515c978401099bea775efb21b1 Mon Sep 17 00:00:00 2001
From: SteveLeafo <steve.leafo@gmail.com>
Date: Fri, 8 Dec 2017 20:18:55 +1100
Subject: [PATCH 2/2] Fist of the North Star - Added support for the European
 version of the game.

---
 Source/FistoftheNorthStar/rules.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/FistoftheNorthStar/rules.txt b/Source/FistoftheNorthStar/rules.txt
index 54fd51b9..a537f1b7 100644
--- a/Source/FistoftheNorthStar/rules.txt
+++ b/Source/FistoftheNorthStar/rules.txt
@@ -8,7 +8,7 @@ $scaleFactorY = $fullHeight / 720.0;
 $title = get_title($fullWidth, $fullHeight);
 ?>
 [Definition]
-titleIds = 0005000010116600
+titleIds = 0005000010116600,000500001012B800
 name = "Fist of the North Star: Ken's Rage 2 - <?=$title?>"
 version = 2