From d0b8f91d9754dafc8d4cf9b955aab20262d6e532 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Mon, 19 Jul 2021 18:55:05 -0400 Subject: [PATCH] INI Settings for Paper Mario Demo Interactive Demo Disc Version 35 comes with Paper Mario: The Thousand-Year Door. Note that D56J01 is a different game. --- Data/Sys/GameSettings/D56E01.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Data/Sys/GameSettings/D56E01.ini diff --git a/Data/Sys/GameSettings/D56E01.ini b/Data/Sys/GameSettings/D56E01.ini new file mode 100644 index 0000000000..9c139b5f40 --- /dev/null +++ b/Data/Sys/GameSettings/D56E01.ini @@ -0,0 +1,19 @@ +# D56E01 - Interactive Multi-Game Demo Disc Version 35 + +[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_Hacks] +EFBToTextureEnable = False +BBoxEnable = True +ImmediateXFBEnable = False +DeferEFBCopies = False \ No newline at end of file