From 3cccd1e4ff79b2775192980ceeacb5fc7cc3b4b7 Mon Sep 17 00:00:00 2001 From: AleNaz <154675640+A1eNaz@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:50:36 +0300 Subject: [PATCH 1/4] Add files via upload --- patches/4D5307F9 - Project Gotham Racing 4.patch.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml index 4211e606..cb6b3d68 100644 --- a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml +++ b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml @@ -21,3 +21,12 @@ hash = "C68266E1F9C7F634" # default.xex [[patch.be8]] address = 0x829a9a9f value = 0x00 + +[[patch]] + name = "Disable HDR. Allows for upscaling without major flickering issues" + author = "remco/SuperType1" + is_enabled = false + + [[patch.be8]] + address = 0x829a89ef + value = 0x00 \ No newline at end of file From 7448051ef2cda087b773b4ceeb180118cc1150fc Mon Sep 17 00:00:00 2001 From: AleNaz <154675640+A1eNaz@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:06:49 +0300 Subject: [PATCH 2/4] Update patches/4D5307F9 - Project Gotham Racing 4.patch.toml Co-authored-by: Margen67 --- patches/4D5307F9 - Project Gotham Racing 4.patch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml index cb6b3d68..68bd52bf 100644 --- a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml +++ b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml @@ -29,4 +29,4 @@ hash = "C68266E1F9C7F634" # default.xex [[patch.be8]] address = 0x829a89ef - value = 0x00 \ No newline at end of file + value = 0x00 From b7097413a27368b7ddac7abb1bf1ea552953db9b Mon Sep 17 00:00:00 2001 From: AleNaz <154675640+A1eNaz@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:04:13 +0300 Subject: [PATCH 3/4] Update patches/4D5307F9 - Project Gotham Racing 4.patch.toml Co-authored-by: Margen67 --- patches/4D5307F9 - Project Gotham Racing 4.patch.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml index 68bd52bf..ca82fd17 100644 --- a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml +++ b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml @@ -23,7 +23,8 @@ hash = "C68266E1F9C7F634" # default.xex value = 0x00 [[patch]] - name = "Disable HDR. Allows for upscaling without major flickering issues" + name = "Disable HDR" + desc = "Allows for upscaling without major flickering issues." author = "remco/SuperType1" is_enabled = false From aff81d6e2a832bc88e1d8eddd87dce303af4a0d7 Mon Sep 17 00:00:00 2001 From: AleNaz <154675640+A1eNaz@users.noreply.github.com> Date: Thu, 31 Oct 2024 03:15:57 +0300 Subject: [PATCH 4/4] Update patches/4D5307F9 - Project Gotham Racing 4.patch.toml Co-authored-by: Margen67 --- patches/4D5307F9 - Project Gotham Racing 4.patch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml index ca82fd17..7020fcd2 100644 --- a/patches/4D5307F9 - Project Gotham Racing 4.patch.toml +++ b/patches/4D5307F9 - Project Gotham Racing 4.patch.toml @@ -25,7 +25,7 @@ hash = "C68266E1F9C7F634" # default.xex [[patch]] name = "Disable HDR" desc = "Allows for upscaling without major flickering issues." - author = "remco/SuperType1" + author = "remco, SuperType1" is_enabled = false [[patch.be8]]