You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Marcec 75bd5bf8be Added RequestWithContext & ControlWithContext 8 years ago
..
client_port.cpp Format: Run the new clang format on everything 8 years ago
client_port.h Format: Run the new clang format on everything 8 years ago
client_session.cpp Format: Run the new clang format on everything 8 years ago
client_session.h hle: Integrate Domain handling into ServerSession. 8 years ago
errors.h Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. 8 years ago
event.cpp Format: Run the new clang format on everything 8 years ago
event.h Format: Run the new clang format on everything 8 years ago
handle_table.cpp kernel: Migrate logging macros to fmt-compatible ones 8 years ago
handle_table.h handle_table: Remove ConvertSessionToDomain. 8 years ago
hle_ipc.cpp Added RequestWithContext & ControlWithContext 8 years ago
hle_ipc.h ipc: Add support for PopIpcInterface() method. 8 years ago
kernel.cpp core: Move process creation out of global state. 8 years ago
kernel.h Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
memory.cpp clang-format 8 years ago
memory.h kernel: Various 64-bit fixes in memory/process/thread 8 years ago
mutex.cpp Kernel: Implemented mutex priority inheritance. 8 years ago
mutex.h Kernel: Remove old and unused Mutex code. 8 years ago
object_address_table.cpp general: Make formatting of logged hex values more straightforward 8 years ago
object_address_table.h yuzu: Update license text to be consistent across project. 8 years ago
process.cpp general: Make formatting of logged hex values more straightforward 8 years ago
process.h core: Move process creation out of global state. 8 years ago
resource_limit.cpp kernel: Migrate logging macros to fmt-compatible ones 8 years ago
resource_limit.h resource_limit: Make ResourceTypes an enum class 8 years ago
scheduler.cpp scheduler: Protect scheduling functions with a global mutex. 8 years ago
scheduler.h scheduler: Protect scheduling functions with a global mutex. 8 years ago
server_port.cpp Format: Run the new clang format on everything 8 years ago
server_port.h Format: Run the new clang format on everything 8 years ago
server_session.cpp Merge pull request #431 from lioncash/fmt 8 years ago
server_session.h Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 8 years ago
session.cpp Format: Run the new clang format on everything 8 years ago
session.h Format: Run the new clang format on everything 8 years ago
shared_memory.cpp general: Make formatting of logged hex values more straightforward 8 years ago
shared_memory.h svc: SharedMemory size should be 64-bits and cleanup. 8 years ago
svc.cpp thread: Rename mask to affinity_masks. 8 years ago
svc.h svc: Add additional fields to MemoryInfo struct. 8 years ago
svc_wrap.h core: Implement multicore support. 8 years ago
thread.cpp thread: Rename mask to affinity_masks. 8 years ago
thread.h thread: Rename mask to affinity_masks. 8 years ago
timer.cpp core_timing: Namespace all functions and constants in core_timing's header 8 years ago
timer.h Format: Run the new clang format on everything 8 years ago
vm_manager.cpp core: Implement multicore support. 8 years ago
vm_manager.h core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
wait_object.cpp thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
wait_object.h wait_object: Refactor to allow waking up a single thread. 8 years ago