mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
FIX: use dsound instead of coreaudio for run-windows in the Makefile
This commit is contained in:
parent
6e85adb000
commit
f788ba416d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -209,7 +209,7 @@ clean:
|
||||||
run-windows: $(ISO_IMAGE)
|
run-windows: $(ISO_IMAGE)
|
||||||
qemu-system-x86_64 -m 4G -serial stdio -cdrom $< -boot d \
|
qemu-system-x86_64 -m 4G -serial stdio -cdrom $< -boot d \
|
||||||
-smp 4 \
|
-smp 4 \
|
||||||
-audiodev coreaudio,id=audio0 -machine pcspk-audiodev=audio0 \
|
-audiodev dsound,id=audio0 -machine pcspk-audiodev=audio0 \
|
||||||
-vga std -global VGA.xres=1920 -global VGA.yres=1080 \
|
-vga std -global VGA.xres=1920 -global VGA.yres=1080 \
|
||||||
-drive file=disk.img,format=raw,file.locking=off
|
-drive file=disk.img,format=raw,file.locking=off
|
||||||
run-mac: $(ISO_IMAGE)
|
run-mac: $(ISO_IMAGE)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue