diff options
| author | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2024-09-29 00:35:09 +0100 |
|---|---|---|
| committer | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2024-09-29 00:35:12 +0100 |
| commit | a2fec747c61d6c706d1a9b5c508f8d6760730c93 (patch) | |
| tree | 0dc0d3cc5d0d1ae622b5231ead5e146e690074a5 | |
| parent | 5f49aa3afb2188a83beab2c53c24dc00e90d38c8 (diff) | |
GameINI: Rename INI for Naruto Collection (Demo)
The wrong filename was used so the settings weren't being applied.
(All it does is reset the Texture Cache Accuracy to the default setting.)
| -rw-r--r-- | Data/Sys/GameSettings/PNR.ini (renamed from Data/Sys/GameSettings/PNJ.ini) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/PNJ.ini b/Data/Sys/GameSettings/PNR.ini index a1154352dd..436f0c5082 100644 --- a/Data/Sys/GameSettings/PNJ.ini +++ b/Data/Sys/GameSettings/PNR.ini @@ -14,4 +14,4 @@ [Video_Settings] # override value that was set in P.ini back to defaults -SafeTextureCacheColorSamples =
\ No newline at end of file +SafeTextureCacheColorSamples = |
