From 29cf0d8704749b73438a96e13d1ed139eda750b1 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Sun, 24 May 2026 11:36:32 +0200 Subject: [PATCH] GameSettings: Add Photo Channel --- Data/Sys/GameSettings/HAA.ini | 10 ++++++++++ Data/Sys/GameSettings/HAY.ini | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Data/Sys/GameSettings/HAA.ini create mode 100644 Data/Sys/GameSettings/HAY.ini diff --git a/Data/Sys/GameSettings/HAA.ini b/Data/Sys/GameSettings/HAA.ini new file mode 100644 index 0000000000..43670c6200 --- /dev/null +++ b/Data/Sys/GameSettings/HAA.ini @@ -0,0 +1,10 @@ +# HAAA01 - Photo Channel + +[Video_Settings] +# Required for the Doodle Drawing Tool to work properly. +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +# Required for the Doodle Scissor Tool to work properly, +# and to avoid posting a black image to the Wii Menu or Message Board. +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/HAY.ini b/Data/Sys/GameSettings/HAY.ini new file mode 100644 index 0000000000..ede58a6601 --- /dev/null +++ b/Data/Sys/GameSettings/HAY.ini @@ -0,0 +1,10 @@ +# HAYA01, HAYK01 - Photo Channel 1.1 + +[Video_Settings] +# Required for the Doodle Drawing Tool to work properly. +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +# Required for the Doodle Scissor Tool to work properly, +# and to avoid posting a black image to the Wii Menu or Message Board. +EFBToTextureEnable = False