mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
feat: Controller Overlay
This commit is contained in:
@@ -36,6 +36,8 @@ add_executable(citron
|
|||||||
applets/qt_web_browser_scripts.h
|
applets/qt_web_browser_scripts.h
|
||||||
bootmanager.cpp
|
bootmanager.cpp
|
||||||
bootmanager.h
|
bootmanager.h
|
||||||
|
controller_overlay.cpp
|
||||||
|
controller_overlay.h
|
||||||
compatdb.ui
|
compatdb.ui
|
||||||
compatibility_list.cpp
|
compatibility_list.cpp
|
||||||
compatibility_list.h
|
compatibility_list.h
|
||||||
@@ -229,7 +231,6 @@ add_executable(citron
|
|||||||
util/vram_overlay.h
|
util/vram_overlay.h
|
||||||
util/sequence_dialog/sequence_dialog.cpp
|
util/sequence_dialog/sequence_dialog.cpp
|
||||||
util/sequence_dialog/sequence_dialog.h
|
util/sequence_dialog/sequence_dialog.h
|
||||||
util/title_ids.h
|
|
||||||
util/url_request_interceptor.cpp
|
util/url_request_interceptor.cpp
|
||||||
util/url_request_interceptor.h
|
util/url_request_interceptor.h
|
||||||
util/util.cpp
|
util/util.cpp
|
||||||
@@ -242,6 +243,8 @@ add_executable(citron
|
|||||||
citron.rc
|
citron.rc
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set_source_files_properties(controller_overlay.cpp PROPERTIES SKIP_AUTOUIC ON)
|
||||||
|
|
||||||
if (CITRON_CRASH_DUMPS)
|
if (CITRON_CRASH_DUMPS)
|
||||||
target_sources(citron PRIVATE
|
target_sources(citron PRIVATE
|
||||||
breakpad.cpp
|
breakpad.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user