diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-05-31 15:02:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-31 15:02:18 -0400 |
| commit | 8427b8c0f1c034c1a40c1333a97a1ffc1e776ad9 (patch) | |
| tree | 0df5fadc27cd91170334e409a1c084180b2d0d76 | |
| parent | 9e7d340f22dd1c82b1efa6d0dbbf88632d5ac63c (diff) | |
| parent | 29cf0d8704749b73438a96e13d1ed139eda750b1 (diff) | |
Merge pull request #14657 from SuperSamus/photo-channel-gameini
GameSettings: Add Photo Channel
| -rw-r--r-- | Data/Sys/GameSettings/HAA.ini | 10 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/HAY.ini | 10 |
2 files changed, 20 insertions, 0 deletions
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 |
