mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
chore: Also apply to 32-bit wine
This commit is contained in:
parent
46e9956fa8
commit
7df6937062
@ -1,9 +1,13 @@
|
||||
pulse.rules = [
|
||||
{
|
||||
matches = [ { application.process.binary = "wine64-preloader" } ]
|
||||
matches = [
|
||||
{ application.process.binary = "wine64-preloader" }
|
||||
{ application.process.binary = "wine-preloader" }
|
||||
]
|
||||
actions = {
|
||||
update-props = {
|
||||
pulse.min.quantum = 1024/48000
|
||||
pulse.min.req = 1024/48000
|
||||
pulse.min.quantum = 1024/48000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user