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