Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions automation-tools/alchemist/desired_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# ------------------------------------------------------------------------------
# MAIN (Stable)
# Version: 2124.3
export AZAHAR_DESIRED_VERSION="e30fef66588957afa29ef13373e7f009590cfc08ce773b09aaf6974adafd6af8"
export AZAHAR_DESIRED_VERSION="56e56b4c5cd4668d99512f26ef89c3c7880d5c159b1e9f21d6540db0fd4d9420"

# COOKER (Override)
# export AZAHAR_DESIRED_VERSION="latest"
Expand All @@ -82,8 +82,8 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# Link: https://flathub.org/en/apps/org.DolphinEmu.dolphin-emu
# ------------------------------------------------------------------------------
# MAIN (Stable)
# # Version: 2512
export DOLPHIN_DESIRED_VERSION="4fa4752c90703c04e58e7f014be515e905c553c8a707b27ae35ffa5e41dbf6cf"
# Version: 2603a
export DOLPHIN_DESIRED_VERSION="798fc13ec9f60c686a5478c0b1409901b375a4fd39a0a95139a3af662741423e"

# COOKER (Override)
# export DOLPHIN_DESIRED_VERSION="latest"
Expand Down Expand Up @@ -134,8 +134,8 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# Link: https://flathub.org/en/apps/org.ppsspp.PPSSPP
# ------------------------------------------------------------------------------
# MAIN (Stable)
# Version: 1.19.3
export PPSSPP_DESIRED_VERSION="00d4ac93b5111818ad897284d70743e5d7e72af43ab1d660ee03356c88dda85e"
# Version: 1.20.3
export PPSSPP_DESIRED_VERSION="4c5bf795b50f8bcd29ae1e6365a6f1849a72148a302b1175c1dba200bd30bea6"

# COOKER (Override)
# PPSSPP_DESIRED_VERSION="latest"
Expand All @@ -147,8 +147,8 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# Link: https://flathub.org/en/apps/net.rpcs3.RPCS3
# ------------------------------------------------------------------------------
# MAIN (Stable)
# Version: 0.0.39-1-ef
export RPCS3_DESIRED_VERSION="ee08049b192ac69e545eda3d4bc6b6a60e490b4e4df3417e2888d9ae80acb63c"
# Version: 0.0.40-189
export RPCS3_DESIRED_VERSION="f77271ddeb6dee231a4fbca1a7c6eeaf8a132638f1eda9af288322fb2894eebc"

# COOKER (Override)
# export RPCS3_DESIRED_VERSION="latest"
Expand All @@ -160,8 +160,8 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# Link: https://flathub.org/en/apps/rs.ruffle.Ruffle
# ------------------------------------------------------------------------------
# MAIN (Stable)
# Version: 0.2.0-nightly.2026.2.27
export RUFFLE_DESIRED_VERSION="cfc2b1578ca6df16b4d457d1f6c2e3302134ddf220062114d7b5391e80673b8d"
# Version: 0.2.0-nightly.2026.3.12
export RUFFLE_DESIRED_VERSION="48a57600d24643d7267fe391177882376130654b588abafe1d31437f896b1488"

# COOKER (Override)
# export RUFFLE_DESIRED_VERSION="latest"
Expand All @@ -173,8 +173,8 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# Link: https://flathub.org/en/apps/com.steamgriddb.steam-rom-manager
# ------------------------------------------------------------------------------
# MAIN (Stable)
# Version: 2.5.33
export STEAM_ROM_MANAGER_DESIRED_VERSION="d0f60620a50ed0255e2657fcde6291db60afbaa56fc69ccac4c03b0733b3259c"
# Version: 2.5.34
export STEAM_ROM_MANAGER_DESIRED_VERSION="b563c9f81ecad09e9a19f5093484fc00ba08fb375b81542e8d889b15fe9f7bff"

# COOKER (Override)
# export STEAM_ROM_MANAGER_DESIRED_VERSION="latest"
Expand Down Expand Up @@ -344,7 +344,7 @@ export DESIRED_QT5_RUNTIME_VERSION="5.15-25.08"
# Link: https://github.com/RetroDECK/Vita3K-bin/releases
# ------------------------------------------------------------------------------
# MAIN (Stable)
export VITA3K_DESIRED_VERSION="3930"
export VITA3K_DESIRED_VERSION="3936"

# COOKER (Override)
# export VITA3K_DESIRED_VERSION="latest"
Expand Down
8 changes: 8 additions & 0 deletions dolphin/component_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@
"paths": "$saves_path/gc/dolphin/EU",
"description": "GameCube EU BIOS",
"required": "Optional, for boot logo"
},
{
"filename": "segaboot.gcm",
"md5": "e35756db213e6521cd72dbaa68202f42",
"system": "triforce",
"paths": "$bios_path/Triforce",
"description": "Triforce BIOS",
"required": "Required"
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions dolphin/component_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
dir_prep "$shaders_path/Dolphin" "$XDG_DATA_HOME/dolphin-emu/Shaders"
dir_prep "$logs_path/Dolphin" "$XDG_DATA_HOME/dolphin-emu/Logs"
dir_prep "$storage_path/Dolphin/Dump" "$XDG_DATA_HOME/dolphin-emu/Dump"
dir_prep "$bios_path/Triforce" "$XDG_DATA_HOME/dolphin-emu/Triforce"
fi

if [[ "$action" == "postmove" ]]; then # Run only post-move commands
Expand All @@ -45,6 +46,7 @@ if [[ "$action" == "postmove" ]]; then # Run only post-move commands
dir_prep "$shaders_path/Dolphin" "$XDG_DATA_HOME/dolphin-emu/Shaders"
dir_prep "$logs_path/Dolphin" "$XDG_DATA_HOME/dolphin-emu/Logs"
dir_prep "$storage_path/Dolphin/Dump" "$XDG_DATA_HOME/dolphin-emu/Dump"
dir_prep "$bios_path/Triforce" "$XDG_DATA_HOME/dolphin-emu/Triforce"
set_setting_value "$dolphin_config" "BIOS" "$bios_path" "dolphin" "GBA"
set_setting_value "$dolphin_config" "SavesPath" "$saves_path/gba" "dolphin" "GBA"
set_setting_value "$dolphin_config" "ISOPath0" "$roms_path/wii" "dolphin" "General"
Expand Down
10 changes: 10 additions & 0 deletions dolphin/component_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.0b") == "true

fi

if [[ $(check_version_is_older_than "$version_being_updated" "0.10.7b") == "true" ]]; then
log i "0.10.7b Upgrade - Dolphin add Triforce"

create_dir -d "$roms_path/triforce"
dir_prep "$bios_path/Triforce" "$XDG_DATA_HOME/dolphin-emu/Triforce"
cp -fv "$component_config/GCPadNew.ini" "$XDG_CONFIG_HOME/dolphin-emu/"

fi


#######################################
# These actions happen at every update
#######################################
Expand Down
3 changes: 3 additions & 0 deletions dolphin/rd_assets/rd_config/GCPadNew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ D-Pad/Right = `Axis 6+`
Rumble/Motor = Strong
Triggers/L-Analog = `Full Axis 2+`
Triggers/R-Analog = `Full Axis 5+`
Triforce/Test = THUMBL
Triforce/Service = THUMBR
Triforce/Coin = SELECT
[GCPad2]
Device = evdev/0/Microsoft X-Box 360 pad 1
Buttons/A = SOUTH
Expand Down
Loading
Loading