mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
linux_xanmod: remove duplicate android kernel options
and enable WINESYNC in kernel config
This commit is contained in:
parent
276bd41027
commit
de06c5e8e8
@ -51,16 +51,12 @@ buildLinux (args // rec {
|
||||
# Graysky's additional CPU optimizations
|
||||
CC_OPTIMIZE_FOR_PERFORMANCE_O3 = yes;
|
||||
|
||||
# Android Ashmem and Binder IPC Driver as module for Anbox
|
||||
ASHMEM = module;
|
||||
ANDROID = yes;
|
||||
ANDROID_BINDER_IPC = module;
|
||||
ANDROID_BINDERFS = module;
|
||||
ANDROID_BINDER_DEVICES = freeform "binder,hwbinder,vndbinder";
|
||||
|
||||
# Futex WAIT_MULTIPLE implementation for Wine / Proton Fsync.
|
||||
FUTEX = yes;
|
||||
FUTEX_PI = yes;
|
||||
|
||||
# WineSync driver for fast kernel-backed Wine
|
||||
WINESYNC = module;
|
||||
};
|
||||
|
||||
extraMeta = {
|
||||
|
Loading…
Reference in New Issue
Block a user