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.
 
 
 
 
 
 
bunnei 2bf8ae7730 Merge pull request #1611 from lioncash/const 8 years ago
..
address_arbiter.cpp core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 8 years ago
address_arbiter.h kernel: Remove unnecessary includes 8 years ago
client_port.cpp Added forward define for ServerPort 8 years ago
client_port.h Added forward define for ServerPort 8 years ago
client_session.cpp kernel: Eliminate kernel global state 8 years ago
client_session.h kernel: Eliminate kernel global state 8 years ago
errors.h kernel/errors: Remove now-unused, unnecessary, error codes 8 years ago
event.cpp kernel: Eliminate kernel global state 8 years ago
event.h kernel: Eliminate kernel global state 8 years ago
handle_table.cpp Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
handle_table.h Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
hle_ipc.cpp kernel/process: Make the handle table per-process 8 years ago
hle_ipc.h kernel/process: Make the handle table per-process 8 years ago
kernel.cpp core: Make System references const where applicable 8 years ago
kernel.h kernel/process: Make the handle table per-process 8 years ago
mutex.cpp kernel/mutex: Amend behavior of TransferMutexOwnership() 8 years ago
mutex.h kernel: Eliminate kernel global state 8 years ago
object.cpp kernel/process: Make CodeSet a regular non-inherited object 8 years ago
object.h kernel/process: Make CodeSet a regular non-inherited object 8 years ago
process.cpp process: LoadModule should clear JIT instruction cache. 8 years ago
process.h svc: Implement svcGetInfo command 0xF0000002 8 years ago
resource_limit.cpp kernel: Eliminate kernel global state 8 years ago
resource_limit.h kernel: Eliminate kernel global state 8 years ago
scheduler.cpp svc: Implement svcGetInfo command 0xF0000002 8 years ago
scheduler.h svc: Implement svcGetInfo command 0xF0000002 8 years ago
server_port.cpp kernel/server_port: Simplify emptiness check within ShouldWait() 8 years ago
server_port.h Ported #4296 from citra 8 years ago
server_session.cpp kernel/process: Make the handle table per-process 8 years ago
server_session.h kernel: Eliminate kernel global state 8 years ago
session.cpp Format: Run the new clang format on everything 8 years ago
session.h kernel: Move object class to its own source files 8 years ago
shared_memory.cpp kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATION 8 years ago
shared_memory.h Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
svc.cpp core: Make System references const where applicable 8 years ago
svc.h svc: Localize the GetInfo enum class to the function itself 8 years ago
svc_wrap.h svc: Implement svcGetProcessInfo 8 years ago
thread.cpp kernel/process: Make the handle table per-process 8 years ago
thread.h svc: Implement svcGetInfo command 0xF0000002 8 years ago
timer.cpp kernel: Eliminate kernel global state 8 years ago
timer.h kernel: Eliminate kernel global state 8 years ago
vm_manager.cpp Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 8 years ago
vm_manager.h Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 8 years ago
wait_object.cpp kernel/thread: Make all instance variables private 8 years ago
wait_object.h kernel/object: Remove unnecessary std::move from DynamicObjectCast() 8 years ago