From a0665d042143286b84e43e1ce68cb7fa89a2d41e Mon Sep 17 00:00:00 2001 From: Sacha Date: Thu, 18 Apr 2013 00:24:08 +1000 Subject: [PATCH] Disable screensaver and dim lights due to inactivity on Symbian. Allows playing Fieldrunners and playing racing games with just the accelerometer without touching the screen. --- Qt/PPSSPP.pro | 1 + native | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index 53de2062e5..b1de4d391e 100755 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -7,6 +7,7 @@ win32: QT += multimedia include(Settings.pri) mobile_platform: MOBILITY += sensors +symbian: MOBILITY += systeminfo # Libs symbian: LIBS += -lCore.lib -lCommon.lib -lNative.lib diff --git a/native b/native index 4d6df78162..7d25fe3736 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 4d6df78162a7928fbc2d246a6ac813e1efa04aeb +Subproject commit 7d25fe3736a376f782b0e26f3ce00e13272d3773