fixed absolute mouse for apple recovery

This commit is contained in:
Devaev Maxim
2021-07-10 09:07:22 +03:00
parent 01514d2e6a
commit 994b8a62ea
2 changed files with 24 additions and 0 deletions

View File

@@ -41,4 +41,5 @@ _libs = _get_libs()
_patch(_libs["HID-Project"], "patches/hid-shut-up.patch")
_patch(_libs["HID-Project"], "patches/hid-no-singletones.patch")
_patch(_libs["HID-Project"], "patches/hid-abs-mouse-win-fix.patch")
_patch(_libs["HID-Project"], "patches/hid-abs-mouse-mac-fix.patch")
_patch(_libs["HID-Project"], "patches/hid-boot-mouse-mac-fix.patch")