Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to proton-osu-9-9 #121

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion osu-wine
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down
4 changes: 2 additions & 2 deletions osu-winello.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


# =====================================
Expand Down