citra/src
Lioncash cb1825a769 qt/hotkey: Get rid of global hotkey map instance
Instead, we make a proper registry class and house it within the main
window, then pass it to whatever needs access to the loaded hotkeys.

This way, we avoid a global variable, and don't need to initialize a
std::map instance before the program can do anything.
2018-08-25 13:43:11 +02:00
..
audio_core sink_details: Deduplicate long std::function repetition 2018-08-23 17:03:09 +02:00
citra input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
citra_qt qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
common vector_math: Remove unimplemented function prototypes 2018-08-24 18:46:24 +02:00
core Merge pull request #3970 from FearlessTobi/more-popup-madness 2018-08-24 19:21:35 +01:00
dedicated_room
input_common Change level of invalid UDP packet log message from Error to Debug. 2018-08-12 22:17:34 -04:00
network network: fix 3 typos 2018-08-12 17:55:15 -05:00
tests Port "externals: Update catch to 2.3.0" from yuzu (#4060) 2018-08-24 19:45:57 +02:00
video_core Merge pull request #3970 from FearlessTobi/more-popup-madness 2018-08-24 19:21:35 +01:00
web_service
.clang-format
CMakeLists.txt