Switch devices back to alsathread for retroarch, pulse seems to affect performance.
This commit is contained in:
parent
a5020b17c0
commit
91c416df2c
8 changed files with 9 additions and 7 deletions
|
@ -13,7 +13,7 @@ aspect_ratio_index = "22"
|
|||
assets_directory = "/tmp/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable = "true"
|
||||
audio_enable_menu = "false"
|
||||
|
|
|
@ -13,7 +13,7 @@ aspect_ratio_index = "22"
|
|||
assets_directory = "/tmp/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable_menu_bgm = "false"
|
||||
audio_enable_menu_cancel = "false"
|
||||
|
|
|
@ -13,7 +13,7 @@ aspect_ratio_index = "22"
|
|||
assets_directory = "/tmp/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable_menu_bgm = "false"
|
||||
audio_enable_menu_cancel = "false"
|
||||
|
|
|
@ -13,7 +13,7 @@ aspect_ratio_index = "22"
|
|||
assets_directory = "/tmp/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable_menu_bgm = "false"
|
||||
audio_enable_menu_cancel = "false"
|
||||
|
|
|
@ -13,7 +13,7 @@ aspect_ratio_index = "22"
|
|||
assets_directory = "/tmp/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable_menu_bgm = "false"
|
||||
audio_enable_menu_cancel = "false"
|
||||
|
|
|
@ -13,7 +13,7 @@ aspect_ratio_index = "22"
|
|||
assets_directory = "/tmp/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable_menu_bgm = "false"
|
||||
audio_enable_menu_cancel = "false"
|
||||
|
|
|
@ -109,3 +109,6 @@ sed -i 's~builtin_imageviewer_enable.*$~builtin_imageviewer_enable = "false"~g'
|
|||
|
||||
### 20231010 - Stop setting vram in ES settings.
|
||||
sed -i '/^.*<int name="MaxVRAM".*$/d' ${ES_SETTINGS}
|
||||
|
||||
### 20231031 - Switch back to alsathread for RetroArch
|
||||
sed -i 's~"pulse"~"alsathread"~g' /storage/.config/retroarch/retroarch.cfg
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
KERNEL=="card*", SUBSYSTEM=="drm", ACTION=="add|change", RUN+="/usr/bin/hdmi_sense"
|
||||
ACTION=="change", SUBSYSTEM=="extcon", ATTRS{name}=="*hdmi*", RUN+="/usr/bin/hdmi_sense"
|
||||
|
|
Loading…
Reference in a new issue