From 442c578223c153b26bf43ca93167fdc96e3186a2 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 21 Nov 2018 08:11:48 +0000 Subject: IOS7: Enable Port Specific Software Scalers. This was disabled during the merge of the initial pull request, PR 630 as this "limits the port to 16bit color precision, i.e. preventing it from coping with engines like Wintermute, and Sword25.". The intent was to replace this with GLSL based scalers, and thus to avoid switching around and confusing users this was disabled. However, since the GLSL solution has not been implemented after 2 years, and users are asking for this feature on IOS7, am enabling this for now. This can always be replaced in future with a GLSL based solution if a motivated developer provides a patch. --- backends/platform/ios7/ios7_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/ios7') diff --git a/backends/platform/ios7/ios7_common.h b/backends/platform/ios7/ios7_common.h index d5c1135564..e2ff43441f 100644 --- a/backends/platform/ios7/ios7_common.h +++ b/backends/platform/ios7/ios7_common.h @@ -25,7 +25,7 @@ #include "graphics/surface.h" -// #define ENABLE_IOS7_SCALERS +#define ENABLE_IOS7_SCALERS enum InputEvent { -- cgit v1.2.3