mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-27 03:35:14 +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
|
qnx: LIBS += -lscreen
|
||||||
symbian: LIBS += -llibglib -lhwrmvibraclient
|
symbian: LIBS += -llibglib -lhwrmvibraclient -lRemConCoreApi -lRemConInterfaceBase
|
||||||
# Avoids problems with some compilers
|
# Avoids problems with some compilers
|
||||||
unix:!symbian: LIBS += -lz
|
unix:!symbian: LIBS += -lz
|
||||||
|
|
||||||
# Main
|
# Main
|
||||||
SOURCES += ../native/base/QtMain.cpp
|
SOURCES += ../native/base/QtMain.cpp
|
||||||
HEADERS += ../native/base/QtMain.h
|
HEADERS += ../native/base/QtMain.h
|
||||||
|
symbian {
|
||||||
|
SOURCES += ../native/base/SymbianMediaKeys.cpp
|
||||||
|
HEADERS += ../native/base/SymbianMediaKeys.h
|
||||||
|
}
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
SOURCES += ../UI/*Screen.cpp \
|
SOURCES += ../UI/*Screen.cpp \
|
||||||
|
2
native
2
native
@ -1 +1 @@
|
|||||||
Subproject commit 37cd71b2a4da4b7a15cd67d2d012dc12d4ee5f1a
|
Subproject commit 70968b4a8209fa86c139b9cd91d73a3275c09f91
|
Loading…
x
Reference in New Issue
Block a user