citra/src/citra_qt
Lioncash 9f6c1b058a CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
This is more localized to what we want to enforce directory-wise with
the project. CMAKE_SOURCE_DIR indicates the root of the source tree, but
this would cause the wrong behavior if someone included yuzu as part of
a larger buildsystem (for whatever reason). Instead, we want to use the
directory where the "project(yuzu)" command was declared as the root
path reference.
2018-10-27 00:20:52 +02:00
..
applets
camera Move if 2018-10-05 09:27:16 -05:00
configuration citra_qt: add seconds section to clock settings (#4347) 2018-10-25 21:29:43 +08:00
debugger Address review comments 2018-09-21 16:39:10 +02:00
multiplayer citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
updater
util Antialias game list compatibility pixmaps 2018-09-17 19:00:28 +05:30
CMakeLists.txt CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-27 00:20:52 +02:00
Info.plist
aboutdialog.cpp
aboutdialog.h Clean up aboutdialog.h 2018-08-25 14:45:50 +02:00
aboutdialog.ui
bootmanager.cpp implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
citra-qt.rc
compatdb.cpp Address a bunch of review comments 2018-10-20 10:35:55 -04:00
compatdb.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
compatdb.ui
compatibility_list.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
compatibility_list.h Stop splitting includes 2018-10-20 16:31:35 +02:00
discord.h
discord_impl.cpp
discord_impl.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
game_list.cpp yuzu: Move compatibility list specifics to their own source files 2018-10-20 16:31:35 +02:00
game_list.h yuzu: Move compatibility list specifics to their own source files 2018-10-20 16:31:35 +02:00
game_list_p.h game_list_p: Take map iterator contents by const reference 2018-10-20 16:31:35 +02:00
game_list_worker.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
game_list_worker.h Stop splitting includes 2018-10-20 16:31:35 +02:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.ui
main.cpp nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
main.h nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
main.ui nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
ui_settings.h citra_qt: use enum classes for the settings 2018-10-14 22:55:28 +08:00