mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-10-11 02:42:01 +00:00
Rename function
Remnant from when lutris was supported.
This commit is contained in:
@@ -2652,9 +2652,9 @@ install_powershell() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# MARK: dxvk_update_wine()
|
# MARK: dxvk_update()
|
||||||
# Update dxvk for native wine installs
|
# Update dxvk for native wine installs
|
||||||
dxvk_update_wine() {
|
dxvk_update() {
|
||||||
# Download winetricks
|
# Download winetricks
|
||||||
download_winetricks
|
download_winetricks
|
||||||
|
|
||||||
@@ -2839,7 +2839,7 @@ Usage: lug-helper <options>
|
|||||||
cargs+=("runner_manage_wine")
|
cargs+=("runner_manage_wine")
|
||||||
;;
|
;;
|
||||||
--update-dxvk | -k )
|
--update-dxvk | -k )
|
||||||
cargs+=("dxvk_update_wine")
|
cargs+=("dxvk_update")
|
||||||
;;
|
;;
|
||||||
--edit-launch-script | -e )
|
--edit-launch-script | -e )
|
||||||
cargs+=("edit_wine_launch_script")
|
cargs+=("edit_wine_launch_script")
|
||||||
@@ -2942,7 +2942,7 @@ while true; do
|
|||||||
# Set the options to be displayed in the menu
|
# Set the options to be displayed in the menu
|
||||||
menu_options=("$preflight_msg" "$install_msg_wine" "$runners_msg_wine" "$dxvk_msg_wine" "$maintenance_msg" "$randomizer_msg" "$quit_msg")
|
menu_options=("$preflight_msg" "$install_msg_wine" "$runners_msg_wine" "$dxvk_msg_wine" "$maintenance_msg" "$randomizer_msg" "$quit_msg")
|
||||||
# Set the corresponding functions to be called for each of the options
|
# Set the corresponding functions to be called for each of the options
|
||||||
menu_actions=("preflight_check" "install_game_wine" "runner_manage_wine" "dxvk_update_wine" "maintenance_menu" "referral_randomizer" "quit")
|
menu_actions=("preflight_check" "install_game_wine" "runner_manage_wine" "dxvk_update" "maintenance_menu" "referral_randomizer" "quit")
|
||||||
|
|
||||||
# Calculate the total height the menu should be
|
# Calculate the total height the menu should be
|
||||||
# menu_option_height = pixels per menu option
|
# menu_option_height = pixels per menu option
|
||||||
|
Reference in New Issue
Block a user