Skip to content

Commit

Permalink
Try to fix audio latency
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware authored Dec 19, 2024
1 parent f6203d8 commit 6440e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/micewine/emu/core/EnvVars.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ object EnvVars {
putVar("HOME", homeDir.path)
putVar("XDG_CONFIG_HOME", "$homeDir/.config")
putVar("DISPLAY", ":0")
putVar("PULSE_LATENCY_MSEC", "60")
putVar("LD_LIBRARY_PATH", "/system/lib64:$usrDir/lib")
putVar("PATH", "\$PATH:$usrDir/bin:$appRootDir/wine/bin")
putVar("PREFIX", usrDir.path)
Expand Down

0 comments on commit 6440e30

Please sign in to comment.