suyu/src
Subv bca8916cea Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
This mutex is acquired in SVC::CallSVC, ie, as soon as the guest application enters the HLE kernel, and should be acquired by the aforementioned threads before modifying kernel structures.
2017-08-22 09:30:55 -05:00
..
audio_core
citra Network: Init Network in SDL and QT 2017-07-16 21:29:19 +02:00
citra_qt Merge pull request #2804 from Kloen/theming 2017-07-17 21:30:01 -04:00
common logging: Add WebService as a log cateogry. 2017-07-10 00:15:30 -04:00
core Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc). 2017-08-22 09:30:55 -05:00
input_common
network Network: Changed timeout for receiving packets to 100ms 2017-07-16 21:30:17 +02:00
tests Kernel: Fix typo in test name 2017-06-22 02:21:18 -07:00
video_core telemetry: Log performance, configuration, and system data. 2017-07-17 21:32:28 -04:00
web_service web_backend: Specify api-version on JSON post. 2017-07-11 18:34:30 -04:00
.clang-format
CMakeLists.txt web_service: Add CMake flag to enable. 2017-07-11 18:33:41 -04:00