Skip to content

Commit 5827be3

Browse files
committed
Speedup initialization
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
1 parent 527f7ec commit 5827be3

15 files changed

Lines changed: 200 additions & 156 deletions

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
22
pkgname='lutris-wine-git'
3-
pkgver='0.76.8'
3+
pkgver='0.76.9'
44
pkgrel='1'
55
pkgdesc='Easy launch of your Windows applications and games with Wine/Proton'
66
arch=('x86_64')
@@ -24,7 +24,7 @@ depends=('aria2' 'qt5-tools' 'xterm' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
2424
'libva-mesa-driver' 'mesa-demos' 'mesa-utils' 'mesa-vdpau' 'vulkan-mesa-layers'
2525
'lib32-vulkan-mesa-layers' 'libstrangle-git' 'openssl' 'libnotify' 'coreutils'
2626
'libxrandr' 'lib32-libxrandr' 'xorg-xrandr' 'bc' 'xorg-xgamma' 'lsb-release'
27-
'iputils' 'curl' 'xdelta3' 'xdg-utils'
27+
'iputils' 'curl' 'xdelta3' 'xdg-utils' 'lsvkdev'
2828
'desktop-file-utils' 'squashfs-tools' 'squashfuse' 'fuse2' 'reshade-shaders-git'
2929
'winetricks-git' 'innoextract' 'p7zip' 'gnu-netcat' 'xdg-user-dirs'
3030
)

db/#LeagueClient.lwdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
check_win_version '10'
2+
check_win_version 10
33
unset -f loadbar_cover
44

55
check_deps() {

db/BioshockHD.lwdb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
check_win_version 10
3+
check_esync 0
4+
check_fsync 0

db/BladeAssault.lwdb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
check_win_version 10
3+
check_mangohud 0

db/DOOMEternalx64vk.lwdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
check_win_version '10'
2+
check_win_version 10
33
check_exe_args '+com_skipIntroVideo 1 +com_skipKeyPressOnLoadScreens 1 +m_smoothing 0'

db/GenshinImpact.lwdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
check_win_version '10'
2+
check_win_version 10
33

44
check_deps() {
55
if [ ! -n "$(which xdelta3 2>/dev/null)" ]

db/Zona.lwdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
check_win_version '10'
2+
check_win_version 10
33
[ ! -z "$(lspci|grep -o 'NVIDIA')" ] \
44
&& export WINE_HIDE_NVIDIA_GPU=1

db/bms.lwdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
check_win_version '10'
2+
check_win_version 10
33
check_exe_args "-oldgameui -w $(echo "$PRIMDISPL_RES"|cut -d'x' -f1) -h $(echo "$PRIMDISPL_RES"|cut -d'x' -f2)"

db/nvapi64-tests.lwdb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
export HOLD_TERMINAL='1'
3-
export TERMINAL='1'
4-
check_win_version '10'
2+
export HOLD_TERMINAL=1
3+
export TERMINAL=1
4+
check_win_version 10
55
check_terminal

db/re8.lwdb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
check_win_version '10'
2+
check_win_version 10
33
try_mkdir "$WINEPREFIX/drive_c/Program Files (x86)/Steam/userdata/418370/remote/win64_save"
4-
check_gstreamer '1'
5-
check_mangohud 'Disabled'
6-
check_dxr 'Disabled'
4+
check_gstreamer 1
5+
check_mangohud Disabled
6+
check_dxr Disabled

0 commit comments

Comments
 (0)