From 3ca86d86f9339b9458d8edaa22173214fa7d96ce Mon Sep 17 00:00:00 2001 From: Sacha Date: Sun, 27 Oct 2013 03:49:12 +1000 Subject: [PATCH] Symbian: add support for media keys such as volume up and volume down. Mappable in settings. --- Qt/PPSSPP.pro | 6 +++++- native | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index 35a14c3f1..00839a8f0 100755 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -53,13 +53,17 @@ linux { } } qnx: LIBS += -lscreen -symbian: LIBS += -llibglib -lhwrmvibraclient +symbian: LIBS += -llibglib -lhwrmvibraclient -lRemConCoreApi -lRemConInterfaceBase # Avoids problems with some compilers unix:!symbian: LIBS += -lz # Main SOURCES += ../native/base/QtMain.cpp HEADERS += ../native/base/QtMain.h +symbian { + SOURCES += ../native/base/SymbianMediaKeys.cpp + HEADERS += ../native/base/SymbianMediaKeys.h +} # UI SOURCES += ../UI/*Screen.cpp \ diff --git a/native b/native index 37cd71b2a..70968b4a8 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 37cd71b2a4da4b7a15cd67d2d012dc12d4ee5f1a +Subproject commit 70968b4a8209fa86c139b9cd91d73a3275c09f91