Lime3DS/src
Weiyi Wang f565ea80f0 HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread
This reduces the boilerplate that services have to write out the current thread explicitly. Using current thread instead of client thread is also semantically incorrect, and will be a problem when we implement multicore (at which time there will be multiple current threads)
2019-04-02 13:23:39 -04:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Merge pull request #4671 from jroweboy/mic4 2019-03-20 23:12:38 +05:30
citra Merge pull request #4671 from jroweboy/mic4 2019-03-20 23:12:38 +05:30
citra_qt Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
common common/thread_queue_list: Remove unnecessary dependency on boost 2019-03-22 23:13:30 +01:00
core HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 2019-04-02 13:23:39 -04:00
dedicated_room Fix getopt on systems where char is unsigned by default 2019-03-15 23:19:24 +00:00
input_common input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 2019-03-19 23:55:38 +01:00
network network: remove cpp-jwt library dependency 2018-12-31 23:23:09 -05: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 #4691 from liushuyu/oes_fix 2019-03-18 19:01:13 -04:00
web_service web_service: Change endpoint to /lobby. 2018-12-16 10:48:42 +08: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