[Scummvm-git-logs] scummvm master -> 0565d8c2b2f76258c3e59ef28d0fb743fab86e13
bluegr
noreply at scummvm.org
Sun Jul 27 10:29:15 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
0565d8c2b2 PSP2: Enable hq and edge scalers
Commit: 0565d8c2b2f76258c3e59ef28d0fb743fab86e13
https://github.com/scummvm/scummvm/commit/0565d8c2b2f76258c3e59ef28d0fb743fab86e13
Author: William Bonnaventure (william.bonnaventure at gmail.com)
Date: 2025-07-27T13:29:12+03:00
Commit Message:
PSP2: Enable hq and edge scalers
Since commit df88bb2 performance is good enough to enable hq scalers.
Tested on some games at 2x and 3x times the resolution with no issue.
Changed paths:
configure
diff --git a/configure b/configure
index 4a4476e689d..496d4abea99 100755
--- a/configure
+++ b/configure
@@ -3993,8 +3993,6 @@ if test -n "$_host"; then
psp2)
_backend="psp2"
_vkeybd=yes
- _build_scalers=yes
- _build_hq_scalers=no
_mt32emu=no
_timidity=no
_port_mk="backends/platform/sdl/psp2/psp2.mk"
More information about the Scummvm-git-logs
mailing list