From c2b5a4978401f75bdbe77c557a79310c933f6374 Mon Sep 17 00:00:00 2001 From: Esteban Zapata <66479626+ez-me@users.noreply.github.com> Date: Tue, 29 Apr 2025 02:04:19 +0000 Subject: [PATCH] GameINI: Add INIs for Zelda and Mario practice ROMs. --- Data/Sys/GameSettings/FPJP01.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/FPUS01.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/NG0.ini | 14 ++++++++++++++ Data/Sys/GameSettings/NG1.ini | 14 ++++++++++++++ Data/Sys/GameSettings/NG2.ini | 14 ++++++++++++++ Data/Sys/GameSettings/NKZ.ini | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) create mode 100644 Data/Sys/GameSettings/FPJP01.ini create mode 100644 Data/Sys/GameSettings/FPUS01.ini create mode 100644 Data/Sys/GameSettings/NG0.ini create mode 100644 Data/Sys/GameSettings/NG1.ini create mode 100644 Data/Sys/GameSettings/NG2.ini create mode 100644 Data/Sys/GameSettings/NKZ.ini diff --git a/Data/Sys/GameSettings/FPJP01.ini b/Data/Sys/GameSettings/FPJP01.ini new file mode 100644 index 0000000000..b5c716972b --- /dev/null +++ b/Data/Sys/GameSettings/FPJP01.ini @@ -0,0 +1,19 @@ +#FPJP01 - Paper Mario (J) Practice ROM + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +FastDepthCalc = True + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Stereoscopy] +StereoConvergence = 506 diff --git a/Data/Sys/GameSettings/FPUS01.ini b/Data/Sys/GameSettings/FPUS01.ini new file mode 100644 index 0000000000..0eeae924ed --- /dev/null +++ b/Data/Sys/GameSettings/FPUS01.ini @@ -0,0 +1,19 @@ +# FPUS01 - Paper Mario (U) Practice ROM + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +FastDepthCalc = True + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Stereoscopy] +StereoConvergence = 506 diff --git a/Data/Sys/GameSettings/NG0.ini b/Data/Sys/GameSettings/NG0.ini new file mode 100644 index 0000000000..3c90a8cbcf --- /dev/null +++ b/Data/Sys/GameSettings/NG0.ini @@ -0,0 +1,14 @@ +# NG0E01, NG0J01 - Zelda: Ocarina of Time (V1.0) Practice Rom + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/NG1.ini b/Data/Sys/GameSettings/NG1.ini new file mode 100644 index 0000000000..a3e01eeb6d --- /dev/null +++ b/Data/Sys/GameSettings/NG1.ini @@ -0,0 +1,14 @@ +# NG1E01, NG1J01 - Zelda: Ocarina of Time (V1.1) Practice Rom + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/NG2.ini b/Data/Sys/GameSettings/NG2.ini new file mode 100644 index 0000000000..63d190dcdd --- /dev/null +++ b/Data/Sys/GameSettings/NG2.ini @@ -0,0 +1,14 @@ +# NG2E01, NG2J01 - Zelda: Ocarina of Time (V1.2) Practice Rom + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/NKZ.ini b/Data/Sys/GameSettings/NKZ.ini new file mode 100644 index 0000000000..ca1b5765e4 --- /dev/null +++ b/Data/Sys/GameSettings/NKZ.ini @@ -0,0 +1,16 @@ +# NKZE01, NKZJ01 - Zelda: Majora's Mask practice Rom + +[Core] +# Values set here will override the main Dolphin settings. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False +# Fixes the screen shrinking effect not working properly. +DeferEFBCopies = False