mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
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.
This commit is contained in:
parent
8cab54278e
commit
a0665d0421
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ win32: QT += multimedia
|
||||||
|
|
||||||
include(Settings.pri)
|
include(Settings.pri)
|
||||||
mobile_platform: MOBILITY += sensors
|
mobile_platform: MOBILITY += sensors
|
||||||
|
symbian: MOBILITY += systeminfo
|
||||||
|
|
||||||
# Libs
|
# Libs
|
||||||
symbian: LIBS += -lCore.lib -lCommon.lib -lNative.lib
|
symbian: LIBS += -lCore.lib -lCommon.lib -lNative.lib
|
||||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
||||||
Subproject commit 4d6df78162a7928fbc2d246a6ac813e1efa04aeb
|
Subproject commit 7d25fe3736a376f782b0e26f3ce00e13272d3773
|
Loading…
Add table
Reference in a new issue