[Scummvm-git-logs] scummvm master -> d3423ae991609f6884f56cb7440414a0156d97ce

rsn8887 rsn8887 at users.noreply.github.com
Wed Apr 14 01:58:40 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d3423ae991 VITA: Remove shaders, not supported with latest SDL2


Commit: d3423ae991609f6884f56cb7440414a0156d97ce
    https://github.com/scummvm/scummvm/commit/d3423ae991609f6884f56cb7440414a0156d97ce
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2021-04-13T20:57:28-05:00

Commit Message:
VITA: Remove shaders, not supported with latest SDL2

Changed paths:
    backends/platform/sdl/psp2/psp2.cpp


diff --git a/backends/platform/sdl/psp2/psp2.cpp b/backends/platform/sdl/psp2/psp2.cpp
index 8a48b367fc..fc86480c1b 100644
--- a/backends/platform/sdl/psp2/psp2.cpp
+++ b/backends/platform/sdl/psp2/psp2.cpp
@@ -151,7 +151,6 @@ bool OSystem_PSP2::hasFeature(Feature f) {
 		return false;
 	return (f == kFeatureKbdMouseSpeed ||
 		f == kFeatureJoystickDeadzone ||
-		f == kFeatureShader ||
 		f == kFeatureTouchpadMode ||
 		OSystem_SDL::hasFeature(f));
 }




More information about the Scummvm-git-logs mailing list