1
0
Fork 0
forked from eden-emu/eden

qt: Implement GUI dialog frontend for ProfileSelector

Presents profiles in a list, similar to switch.
This commit is contained in:
Zach Hilman 2018-11-22 21:03:33 -05:00
parent adb047e6fa
commit b8da98046e
6 changed files with 269 additions and 0 deletions

View file

@ -160,6 +160,8 @@ add_library(core STATIC
hle/service/am/applet_oe.h
hle/service/am/applets/applets.cpp
hle/service/am/applets/applets.h
hle/service/am/applets/profile_select.cpp
hle/service/am/applets/profile_select.h
hle/service/am/applets/software_keyboard.cpp
hle/service/am/applets/software_keyboard.h
hle/service/am/applets/stub_applet.cpp