citra/src
Lioncash c4c644b285 kernel: Make handle type declarations constexpr
Some objects declare their handle type as const, while others declare it
as constexpr. This makes the const ones constexpr for consistency, and
prevent unexpected compilation errors if these happen to be attempted to be
used within a constexpr context.
2019-04-15 18:10:11 +02:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Destroy the callback after the stream is destroyed 2019-04-05 14:16:55 -06:00
citra Merge pull request #4681 from FearlessTobi/port-2188-2190 2019-04-09 21:18:34 +02:00
citra_qt Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
common Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
core kernel: Make handle type declarations constexpr 2019-04-15 18:10:11 +02:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
network general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
tests HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 2019-04-02 13:23:39 -04:00
video_core Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
web_service Merge pull request #4726 from FearlessTobi/port-2312 2019-04-13 18:00:09 -04:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt android: move cmakelist 2019-01-15 19:24:03 -06:00