Add DAT finale flow, editor, and new soundtrack assets

This commit is contained in:
John Doe
2026-05-09 12:03:17 +02:00
parent f0d056e7f0
commit 310dc0dca9
22 changed files with 1982 additions and 106 deletions
+2
View File
@@ -134,6 +134,8 @@ def _detect_runtime_profile(render_engine):
return "gamepad", device_name or "SDL GameController"
if device_kind == "joystick":
if "muos-keys" in device_name:
return "rg40xx", device_name
if "r36s" in device_name:
return "r36s", device_name
if "rg40xx" in device_name: