From b5db180ac4dad3b0de143a3f3d4d061ba79e709a Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 6 May 2018 12:48:55 -0500 Subject: [PATCH] Add 'Boom Blox Bash Party' ini that contains Hard/Soft/Medium shake speeds and Fast/Slow/Medium swing speeds. It mimics the 'Boom Blox' ini --- Data/Sys/GameSettings/RYB.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Data/Sys/GameSettings/RYB.ini diff --git a/Data/Sys/GameSettings/RYB.ini b/Data/Sys/GameSettings/RYB.ini new file mode 100644 index 0000000000..ad69b55675 --- /dev/null +++ b/Data/Sys/GameSettings/RYB.ini @@ -0,0 +1,26 @@ +# RYBP69, RYBE69 - Boom Blox Bash Party + +[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] +# Add any video settings here + +[Wiimote.Shake] +Soft = 3.0 +Medium = 4.0 +Hard = 4.8 + +[Wiimote.Swing] +Slow = 3.5 +Medium = 4.8 +Fast = 6 \ No newline at end of file