citra/src/citra_qt
Lioncash 21c71d21ae general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-07 15:14:29 +02:00
..
applets
camera
configuration ConfigureInput::GetUsedKeyboardKeys(): Change index of home button to use NativeButton instead of magic number. 2019-04-06 10:41:28 +05:30
debugger Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
multiplayer Frontend: Only reload icons in chat when the chat room is open 2019-01-17 12:25:17 -07:00
updater
util citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. 2019-01-25 20:42:49 +05:30
aboutdialog.cpp
aboutdialog.h
aboutdialog.ui
bootmanager.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
bootmanager.h general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
cheats.cpp citra_qt: Implement UI for adding/editing/deleting cheats 2019-02-02 08:15:27 +08:00
cheats.h citra_qt: Implement UI for adding/editing/deleting cheats 2019-02-02 08:15:27 +08:00
cheats.ui citra_qt: Implement UI for adding/editing/deleting cheats 2019-02-02 08:15:27 +08:00
citra-qt.rc
CMakeLists.txt citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) 2019-01-20 16:12:10 +05:30
compatdb.cpp yuzu/compatdb: Remove unused lambda capture 2019-03-02 14:04:13 +01:00
compatdb.h
compatdb.ui
compatibility_list.cpp
compatibility_list.h
discord.h
discord_impl.cpp
discord_impl.h
game_list.cpp game_list: Remove a reference of a reference 2019-01-19 21:30:32 +01:00
game_list.h
game_list_p.h
game_list_worker.cpp citra_qt: show demos on game list 2019-02-08 19:04:05 -05:00
game_list_worker.h
hotkeys.cpp citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. 2019-01-25 20:42:49 +05:30
hotkeys.h citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. 2019-01-25 20:42:49 +05:30
Info.plist
main.cpp Merge pull request #4627 from FearlessTobi/cia-install-short 2019-03-07 23:55:58 -05:00
main.h citra_qt: when opnening a cia file directly, make Citra ask to install it 2019-02-16 17:18:19 +01:00
main.ui
ui_settings.cpp citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) 2019-01-20 16:12:10 +05:30
ui_settings.h citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) 2019-01-20 16:12:10 +05:30