diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-08-22 11:46:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-22 11:46:07 -0400 |
| commit | f89cd671bf7a80b1edb560af2e4b4d4bb40ac1f1 (patch) | |
| tree | 991efb07cf6e306706376e555c82aa15e6ec6b6e /Data/Sys | |
| parent | 38e70fda6597dab6b7e5e4d3949b199c0b4f2244 (diff) | |
| parent | 3073c9fa413bc64b417111e0dedc86b9b72d09b8 (diff) | |
Merge pull request #14823 from JosJuice/gameini-pokemon-channel
GameSettings: Set texture cache accuracy for Pokémon Channel
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GPA.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GPA.ini b/Data/Sys/GameSettings/GPA.ini index 24c694ad10..3556cce158 100644 --- a/Data/Sys/GameSettings/GPA.ini +++ b/Data/Sys/GameSettings/GPA.ini @@ -10,5 +10,9 @@ # Add action replay cheats here. [Video_Hacks] +# Required for Smeargle Paint EFBToTextureEnable = False +[Video_Settings] +# Avoid skipping frames in the anime (most noticeable in part 3) +SafeTextureCacheColorSamples = 2048 |
