mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
Userland: Add horizontal mouse scroll support
This commit is contained in:
parent
d61cc47055
commit
1662213737
43 changed files with 112 additions and 84 deletions
|
@ -214,6 +214,7 @@ if [ -z "$SERENITY_ETHERNET_DEVICE_TYPE" ]; then
|
|||
SERENITY_ETHERNET_DEVICE_TYPE="e1000"
|
||||
fi
|
||||
|
||||
# add -machine vmport=off below to run the machine with ps/2 mouse
|
||||
if [ -z "$SERENITY_MACHINE" ]; then
|
||||
if [ "$SERENITY_ARCH" = "aarch64" ]; then
|
||||
SERENITY_MACHINE="-M raspi3b -serial stdio"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue