diff --git a/osu-wine b/osu-wine index 2d57c6a..9170a30 100644 --- a/osu-wine +++ b/osu-wine @@ -27,7 +27,6 @@ export vblank_mode=0 # Disables vsync for mesa export __GL_SYNC_TO_VBLANK=0 # Disables vsync for NVIDIA >=510 export WINEDLLOVERRIDES=winemenubuilder.exe=d# # Blocks wine from creating .desktop files export WINE_ENABLE_ABS_TABLET_HACK=0 # Set this to 1 to play with absolute mode in OTD on Wayland (might cause issues with cursor, but feel free to try!) -export PROTON_USE_WINED3D=${PROTON_USE_WINED3D:-1} # For some reason this might be required on GE-Proton-9-8 function Info(){ diff --git a/osu-winello.sh b/osu-winello.sh index a490d8a..15d3fce 100755 --- a/osu-winello.sh +++ b/osu-winello.sh @@ -8,11 +8,11 @@ # ======================================= # Proton-osu current versions for update -PROTONVERSION=9.8.0 +PROTONVERSION=9.9.0 LASTPROTONVERSION=0 # Proton-osu mirrors -PROTONLINK="https://github.com/whrvt/umubuilder/releases/download/proton-osu-9-8/proton-osu-9-8.tar.xz" +PROTONLINK="https://github.com/whrvt/umubuilder/releases/download/proton-osu-9-9/proton-osu-9-9.tar.xz" # =====================================