mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Symbian: add support for media keys such as volume up and volume down.
Mappable in settings.
This commit is contained in:
parent
4972e7b680
commit
3ca86d86f9
@ -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 \
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 37cd71b2a4da4b7a15cd67d2d012dc12d4ee5f1a
|
||||
Subproject commit 70968b4a8209fa86c139b9cd91d73a3275c09f91
|
Loading…
Reference in New Issue
Block a user