From a2fec747c61d6c706d1a9b5c508f8d6760730c93 Mon Sep 17 00:00:00 2001 From: Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:35:09 +0100 Subject: 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.) --- Data/Sys/GameSettings/PNJ.ini | 17 ----------------- Data/Sys/GameSettings/PNR.ini | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 Data/Sys/GameSettings/PNJ.ini create mode 100644 Data/Sys/GameSettings/PNR.ini (limited to 'Data') diff --git a/Data/Sys/GameSettings/PNJ.ini b/Data/Sys/GameSettings/PNJ.ini deleted file mode 100644 index a1154352dd..0000000000 --- a/Data/Sys/GameSettings/PNJ.ini +++ /dev/null @@ -1,17 +0,0 @@ -# PNRJ01 - NARUTO COLLECTION - -[Core] -# Values set here will override the main Dolphin settings. - -[OnLoad] -# Add memory patches to be loaded once on boot here. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -# override value that was set in P.ini back to defaults -SafeTextureCacheColorSamples = \ No newline at end of file diff --git a/Data/Sys/GameSettings/PNR.ini b/Data/Sys/GameSettings/PNR.ini new file mode 100644 index 0000000000..436f0c5082 --- /dev/null +++ b/Data/Sys/GameSettings/PNR.ini @@ -0,0 +1,17 @@ +# PNRJ01 - NARUTO COLLECTION + +[Core] +# Values set here will override the main Dolphin settings. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +# override value that was set in P.ini back to defaults +SafeTextureCacheColorSamples = -- cgit v1.2.3