From dc46a5bc2aa938c498e788e20893b44940205bad Mon Sep 17 00:00:00 2001 From: Scan Date: Sun, 8 Sep 2024 15:57:07 -0400 Subject: [PATCH] Rework s3p_to_2dx, add args for IIDX 31 to ep_bm2dxnix (now named bm2dnix), update readme --- ep_bm2dxnix => bm2dxnix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename ep_bm2dxnix => bm2dxnix (99%) diff --git a/ep_bm2dxnix b/bm2dxnix similarity index 99% rename from ep_bm2dxnix rename to bm2dxnix index 3953614..7eed6fa 100755 --- a/ep_bm2dxnix +++ b/bm2dxnix @@ -221,8 +221,7 @@ args_iidx30() { } args_iidx31() { - # pipewire supported, only tested in LDJ - # TDJ still being tested + # pipewire supported, only tested in LDJ, TDJ still being tested _G_args+=("${_C_audio_dummy_pipewire[@]}" "${_C_lightning_model[@]}" -nolegacy -touchemuforce) [ "$_G_video" != "stable" ] || _G_args+=(-graphics-force-single-adapter) [ "$_G_url" != "dummy" ] || _G_args+=("${_C_net_dummy_maint[@]}")