From b6ff1b557345fcd2715db904e734ec95c39385da Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 7 Jun 2025 18:46:46 +0100 Subject: [PATCH] GameSettings: add bean menu patch for A Boy and His Blob The bean menu in this game does not react when the analog control stick is moved perfectly to the right (0 degress). This happens when the analog stick is mapped to digital inputs. Currently, Dolphin contains a hardcoded controller hack to work around this issue. With this patch, it should no longer be needed; see #13177. --- Data/Sys/GameSettings/SBLE5G.ini | 8 ++++++++ Data/Sys/GameSettings/SBLP5G.ini | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 Data/Sys/GameSettings/SBLE5G.ini create mode 100644 Data/Sys/GameSettings/SBLP5G.ini diff --git a/Data/Sys/GameSettings/SBLE5G.ini b/Data/Sys/GameSettings/SBLE5G.ini new file mode 100644 index 0000000000..24a8c7ba47 --- /dev/null +++ b/Data/Sys/GameSettings/SBLE5G.ini @@ -0,0 +1,8 @@ +# SBLE5G - A Boy and His Blob + +[OnFrame] +$Fix selecting right-most bean +0x800BD308:dword:0x4181000C + +[OnFrame_Enabled] +$Fix selecting right-most bean diff --git a/Data/Sys/GameSettings/SBLP5G.ini b/Data/Sys/GameSettings/SBLP5G.ini new file mode 100644 index 0000000000..b9d7d04b7d --- /dev/null +++ b/Data/Sys/GameSettings/SBLP5G.ini @@ -0,0 +1,8 @@ +# SBLP5G - A Boy and His Blob + +[OnFrame] +$Fix selecting right-most bean +0x800BE268:dword:0x4181000C + +[OnFrame_Enabled] +$Fix selecting right-most bean