使用x11驱动

This commit is contained in:
Sense T
2026-01-14 12:18:40 +00:00
parent 8dea57162a
commit 111d8b2549
2 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
outputs = outputs =
{ {
self,
nixpkgs, nixpkgs,
treefmt-nix, treefmt-nix,
utils, utils,

View File

@@ -15,7 +15,7 @@ first_run_check () {
main() { main() {
first_run_check first_run_check
"$MAME_BIN" mu50 -w -midiin "$MIDI_PORT" "$MAME_BIN" mu50 -w -midiin "$MIDI_PORT" -videodriver "x11" $@
} }
main main $@