Skip to content

Commit

Permalink
Speedup initialization
Browse files Browse the repository at this point in the history
Add [lsvkdev](https://github.com/VHSgunzo/lsvkdev) for speedup vulkan test
Add DB `Blade Assault`
Add DB `Bioshock Remastered`
Disable loadbar cover for terminal apps
Change `VKD3D_FEATURE_LEVEL` to `12_1`
Add `RADV_PERFTEST` `rt,gpl`
Fix full removing default pfx when clear pfx and restore from backup
Change MangoHud on/off options in settings to simple checkbox
Change LW `winetricks` `battleye runtime` `eac runtime` to manual update mode
Refactoring
Minor fixes
  • Loading branch information
VHSgunzo committed Apr 3, 2023
1 parent 527f7ec commit 5827be3
Show file tree
Hide file tree
Showing 15 changed files with 200 additions and 156 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>
pkgname='lutris-wine-git'
pkgver='0.76.8'
pkgver='0.76.9'
pkgrel='1'
pkgdesc='Easy launch of your Windows applications and games with Wine/Proton'
arch=('x86_64')
Expand All @@ -24,7 +24,7 @@ depends=('aria2' 'qt5-tools' 'xterm' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
'libva-mesa-driver' 'mesa-demos' 'mesa-utils' 'mesa-vdpau' 'vulkan-mesa-layers'
'lib32-vulkan-mesa-layers' 'libstrangle-git' 'openssl' 'libnotify' 'coreutils'
'libxrandr' 'lib32-libxrandr' 'xorg-xrandr' 'bc' 'xorg-xgamma' 'lsb-release'
'iputils' 'curl' 'xdelta3' 'xdg-utils'
'iputils' 'curl' 'xdelta3' 'xdg-utils' 'lsvkdev'
'desktop-file-utils' 'squashfs-tools' 'squashfuse' 'fuse2' 'reshade-shaders-git'
'winetricks-git' 'innoextract' 'p7zip' 'gnu-netcat' 'xdg-user-dirs'
)
Expand Down
2 changes: 1 addition & 1 deletion db/#LeagueClient.lwdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
check_win_version '10'
check_win_version 10
unset -f loadbar_cover

check_deps() {
Expand Down
4 changes: 4 additions & 0 deletions db/BioshockHD.lwdb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
check_win_version 10
check_esync 0
check_fsync 0
3 changes: 3 additions & 0 deletions db/BladeAssault.lwdb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
check_win_version 10
check_mangohud 0
2 changes: 1 addition & 1 deletion db/DOOMEternalx64vk.lwdb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
check_win_version '10'
check_win_version 10
check_exe_args '+com_skipIntroVideo 1 +com_skipKeyPressOnLoadScreens 1 +m_smoothing 0'
2 changes: 1 addition & 1 deletion db/GenshinImpact.lwdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
check_win_version '10'
check_win_version 10

check_deps() {
if [ ! -n "$(which xdelta3 2>/dev/null)" ]
Expand Down
2 changes: 1 addition & 1 deletion db/Zona.lwdb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
check_win_version '10'
check_win_version 10
[ ! -z "$(lspci|grep -o 'NVIDIA')" ] \
&& export WINE_HIDE_NVIDIA_GPU=1
2 changes: 1 addition & 1 deletion db/bms.lwdb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
check_win_version '10'
check_win_version 10
check_exe_args "-oldgameui -w $(echo "$PRIMDISPL_RES"|cut -d'x' -f1) -h $(echo "$PRIMDISPL_RES"|cut -d'x' -f2)"
6 changes: 3 additions & 3 deletions db/nvapi64-tests.lwdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export HOLD_TERMINAL='1'
export TERMINAL='1'
check_win_version '10'
export HOLD_TERMINAL=1
export TERMINAL=1
check_win_version 10
check_terminal
8 changes: 4 additions & 4 deletions db/re8.lwdb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
check_win_version '10'
check_win_version 10
try_mkdir "$WINEPREFIX/drive_c/Program Files (x86)/Steam/userdata/418370/remote/win64_save"
check_gstreamer '1'
check_mangohud 'Disabled'
check_dxr 'Disabled'
check_gstreamer 1
check_mangohud Disabled
check_dxr Disabled
2 changes: 1 addition & 1 deletion db/steam.lwdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
check_win_version '10'
check_win_version 10
check_exe_args "-no-cef-sandbox -opengl"
if [[ -f "$LW_REGPATCH_DIR/steam.reg" && \
! -n "$(grep -A2 "\[Software.*Wine.*AppDefaults.*steam.exe\]" \
Expand Down
3 changes: 2 additions & 1 deletion db/tlou-i-l.lwdb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
check_win_version '10'
check_win_version 10

# The Last Of Us Part I fix for Nvidia

Expand Down Expand Up @@ -29,5 +29,6 @@ if [ -n "$(lspci|grep -o NVIDIA)" ]
then
export NVAPI_GIT_RELEASE_URL="https://api.github.com/repos/VHSgunzo/nvapi/releases"
export DXVK_NVAPI_DRIVER_VERSION=53141
export CHK_UPDATE=0
check_dxvk-nvapi '1' 'v0.6.2-14-gc10c4fc'
fi
Loading

0 comments on commit 5827be3

Please sign in to comment.