summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoremersion2018-07-14 20:08:37 +0100
committeremersion2018-07-14 20:08:37 +0100
commit59b237339827eacd79ed61dc9f6329343f58c943 (patch)
tree08f1eeb5475c40c1006bdb4b72baeb42cbf3a99c
parentd4735d342e9e78646b71b07d87d2aeda3666eb39 (diff)
downloadaur-59b237339827eacd79ed61dc9f6329343f58c943.tar.gz
Add __GL_SYNC_TO_VBLANK=0 and WINEDLLOVERRIDES='mscoree='
-rwxr-xr-xosulauncher4
1 files changed, 2 insertions, 2 deletions
diff --git a/osulauncher b/osulauncher
index 5650bb11be49..87678c050a65 100755
--- a/osulauncher
+++ b/osulauncher
@@ -32,7 +32,7 @@ function doinstall {
echo "Creating wineprefix..."
echo "Do NOT install Mono (press cancel)!"
- wine hh || exit 1
+ WINEDLLOVERRIDES='mscoree=' wine hh || exit 1
echo "Wineprefix created successfully!"
echo "Installing .NET 4.5"
if [ -z "$(which winetricks)" ]
@@ -115,4 +115,4 @@ then
exit 0
fi
-vblank_mode=0 wine "$WINEPREFIX/drive_c/users/$USER/Local Settings/Application Data/osu!/osu!.exe" $@
+vblank_mode=0 __GL_SYNC_TO_VBLANK=0 exec wine "$WINEPREFIX/drive_c/users/$USER/Local Settings/Application Data/osu!/osu!.exe" $@