Skip to content

Commit

Permalink
Add DB script for Caliber
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 14, 2024
1 parent d0b97c2 commit fba7657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v0.78.2.6

* Add DB script for `Caliber`
* Add prefix `syswinepfx` to DB scripts for games that runs on `System` wine

# v0.78.2.5

Expand Down
5 changes: 4 additions & 1 deletion db/launcher.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ pre_launch() {
case "$EXE_DIR" in
Crossout|'Dark Sector') set_dxvk_ver '1.10.3' ;;
'Star Rail') srlauncher ;;
Caliber) source "$LW_DB_DIR/CaliberSetup.lwdb" ;;
esac
}

WIN_VER=10

case "$EXE_DIR" in
Caliber) source "$LW_DB_DIR/CaliberSetup.lwdb" ;;
esac

0 comments on commit fba7657

Please sign in to comment.