You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/hle
James Rowe 61442d6afb Merge pull request #2839 from Subv/global_kernel_lock
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).
8 years ago
..
applets HLE/Applets: Fixed some conversion warnings when creating the framebuffer shared memory objects. 8 years ago
kernel Merge pull request #2839 from Subv/global_kernel_lock 8 years ago
service Merge pull request #2861 from wwylele/motion-refactor 8 years ago
config_mem.cpp Core: update Kernel Config Memory to latest version (11.2) 8 years ago
config_mem.h Remove empty newlines in #include blocks. 9 years ago
function_wrappers.h Merge pull request #2793 from Subv/replyandreceive 8 years ago
ipc.h ServiceFramework: Use separate copy of command buffer 8 years ago
ipc_helpers.h Kernel: Allow clearing request_objects to re-use buffer space 8 years ago
lock.cpp 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). 8 years ago
lock.h 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). 8 years ago
result.h ResultVal: Remove MoveFrom() 8 years ago
romfs.cpp apt: load shared font from system archive 8 years ago
romfs.h apt: load shared font from system archive 8 years ago
shared_page.cpp shared_page: stub battery state 8 years ago
shared_page.h shared_page: stub battery state 8 years ago
svc.cpp 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). 8 years ago
svc.h svc: Move ResetType enum to the kernel event header 9 years ago