Commit a8f8cef1 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2379

parent ef3de108
......@@ -2,8 +2,11 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2379### / stable / Date: 15.11.2024 / Download update size: 4 megabytes
* HOTFIX - fix for problems related to the lack of sound (pulse by default)
###Scripts version 2378### / stable / Date: 15.11.2024 / Download update size: 4 megabytes
minor adjustments to the stable version of PortProto scripts
* minor adjustments to the stable version of PortProton scripts
###Scripts version 2377### / stable / Date: 15.11.2024 / Download update size: 220 megabytes
* cumulative update to the stable version of PortProton scripts
......
......@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2379### / stable / Дата: 15.11.2024 / Размер скачиваемого обновления: 4 мегабайта
* HOTFIX - исправление проблем связанных с отсуствием звука
###Scripts version 2378### / stable / Дата: 15.11.2024 / Размер скачиваемого обновления: 4 мегабайта
* небольшие корректировки стабильной версии скриптов PortProton
......
......@@ -3915,9 +3915,13 @@ start_portwine () {
get_and_set_reg_file --delete 'Software\Wine\Drivers' 'Graphics'
fi
if [[ $PW_SOUND_DRIVER_USE != "disabled" ]] ; then
get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "$PW_SOUND_DRIVER_USE" "user"
fi
case "$PW_SOUND_DRIVER_USE" in
pulse) get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "pulse" "user" ;;
alsa) get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "alsa" "user" ;;
oss) get_and_set_reg_file --add 'Software\Wine\Drivers' 'Audio' 'REG_SZ' "oss" "user" ;;
*) get_and_set_reg_file --delete 'Software\Wine\Drivers' 'Audio' ;;
esac
pw_stop_progress_bar
if ! check_start_from_steam ; then
......
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2378
#SCRIPTS_STABLE_VERSION=2378
#SCRIPTS_NEXT_VERSION=2379
#SCRIPTS_STABLE_VERSION=2379
########################################################################
export AI_TOP_GAMES="PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT"
# export PROTON_USE_XALIA="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment