BuildSystem: Flip USB_ARGS and DISK_ARGS in qemu.sh

This allows attaching usb disk :D
This commit is contained in:
Bananymous 2025-08-08 17:04:31 +03:00
parent 5b587d199e
commit ee3f10313a
1 changed files with 1 additions and 1 deletions

View File

@ -39,8 +39,8 @@ SOUND_ARGS='-device ac97'
qemu-system-$QEMU_ARCH \
-m 1G -smp 4 \
$BIOS_ARGS \
$DISK_ARGS \
$USB_ARGS \
$DISK_ARGS \
$NET_ARGS \
$SOUND_ARGS \
$@ \