Rework s3p_to_2dx, add args for IIDX 31 to ep_bm2dxnix (now named bm2dnix), update readme

This commit is contained in:
Hazel 2024-09-08 15:57:07 -04:00
parent fcc7c550cb
commit dc46a5bc2a

View File

@ -221,8 +221,7 @@ args_iidx30() {
} }
args_iidx31() { args_iidx31() {
# pipewire supported, only tested in LDJ # pipewire supported, only tested in LDJ, TDJ still being tested
# TDJ still being tested
_G_args+=("${_C_audio_dummy_pipewire[@]}" "${_C_lightning_model[@]}" -nolegacy -touchemuforce) _G_args+=("${_C_audio_dummy_pipewire[@]}" "${_C_lightning_model[@]}" -nolegacy -touchemuforce)
[ "$_G_video" != "stable" ] || _G_args+=(-graphics-force-single-adapter) [ "$_G_video" != "stable" ] || _G_args+=(-graphics-force-single-adapter)
[ "$_G_url" != "dummy" ] || _G_args+=("${_C_net_dummy_maint[@]}") [ "$_G_url" != "dummy" ] || _G_args+=("${_C_net_dummy_maint[@]}")