Skip to content

Commit

Permalink
Add prefix syswinepfx to DB scripts for games that runs on System wine
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 14, 2024
1 parent de93728 commit d0b97c2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
7 changes: 6 additions & 1 deletion db/ACOdyssey.lwdb
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
WINE_VERSION=System
WIN_VER=10
GSTREAMER=0
WINEARCH=win64
WINE_VERSION=System
USE_DEFPFX_BACKUP=1
MUST_HAVE_DLL=Disabled
WPREFIX_NAME=syswinepfx
2 changes: 1 addition & 1 deletion db/CaliberSetup.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ WIN_VER=10
WINEARCH=win64
WINE_VERSION=System
USE_DEFPFX_BACKUP=1
WPREFIX_NAME=caliberpfx
MUST_HAVE_DLL=Disabled
WPREFIX_NAME=syswinepfx
4 changes: 4 additions & 0 deletions db/MassEffect.lwdb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
WIN_VER=10
WINEARCH=win64
RESTORE_RESOL=1
WINE_VERSION=System
USE_DEFPFX_BACKUP=1
MUST_HAVE_DLL=Disabled
WPREFIX_NAME=syswinepfx
5 changes: 5 additions & 0 deletions db/Porsche.lwdb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
WIN_VER=10
DGVOODOO2=1
WINEARCH=win64
RESTORE_RESOL=1
WINE_VERSION=System
USE_DEFPFX_BACKUP=1
MUST_HAVE_DLL=Disabled
WPREFIX_NAME=syswinepfx
8 changes: 5 additions & 3 deletions db/speed.lwdb
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
set_syswine() {
WIN_VER=10
WINEARCH=win64
RESTORE_RESOL=1
USE_DEFPFX_BACKUP=1
WINE_VERSION=System
MUST_HAVE_DLL=Disabled
WPREFIX_NAME=syswinepfx
}

WIN_VER=10
WINEARCH=win64

case "$EXE_DIR" in
'Need for Speed Most Wanted'|\
'Need for Speed Carbon') set_syswine ;;
Expand Down

0 comments on commit d0b97c2

Please sign in to comment.