gzdoom: bump to g4.14.2

limit fps to 60
This commit is contained in:
Philippe Simons
2025-07-23 23:17:39 +02:00
parent fb925e4f31
commit 175f1f054d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="gzdoom-sa"
PKG_VERSION="g4.14.0"
PKG_VERSION="g4.14.2"
PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/ZDoom/gzdoom"
PKG_URL="https://github.com/ZDoom/gzdoom/archive/refs/tags/${PKG_VERSION}.tar.gz"

View File

@@ -41,7 +41,7 @@ fi
mkdir -p ${SAVE_DIR}
params=" -config ${CONFIG} -savedir ${SAVE_DIR}"
params+=" +gl_es 1 +vid_preferbackend 3 +cl_capfps 0 +vid_fps 0 +vid_vsync 1"
params+=" +gl_es 1 +vid_preferbackend 3 +cl_capfps 0 +vid_fps 0 +vid_maxfps 60"
# EXT can be wad, WAD, iwad, IWAD, pwad, PWAD or doom
EXT=${1##*.}