..
address_arbiter.cpp
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
2018-10-15 14:15:56 -04:00
address_arbiter.h
kernel: Remove unnecessary includes
2018-07-31 10:15:17 -04:00
client_port.cpp
Added forward define for ServerPort
2018-10-06 17:47:33 +10:00
client_port.h
Added forward define for ServerPort
2018-10-06 17:47:33 +10:00
client_session.cpp
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
client_session.h
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
errors.h
kernel/errors: Remove now-unused, unnecessary, error codes
2018-10-24 14:58:37 -04:00
event.cpp
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
event.h
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
handle_table.cpp
Port #4182 from Citra: "Prefix all size_t with std::"
2018-09-15 15:21:06 +02:00
handle_table.h
Port #4182 from Citra: "Prefix all size_t with std::"
2018-09-15 15:21:06 +02:00
hle_ipc.cpp
kernel/process: Make the handle table per-process
2018-10-20 16:38:32 -04:00
hle_ipc.h
hle_ipc: Add member function for querying the existence of a domain header
2018-10-29 23:28:04 -04:00
kernel.cpp
core: Make System references const where applicable
2018-10-28 17:45:29 -04:00
kernel.h
kernel/process: Make the handle table per-process
2018-10-20 16:38:32 -04:00
mutex.cpp
general: Remove unused boost inclusions where applicable
2018-10-30 00:09:46 -04:00
mutex.h
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
object.cpp
kernel/process: Make CodeSet a regular non-inherited object
2018-10-12 12:07:32 -04:00
object.h
kernel/process: Make CodeSet a regular non-inherited object
2018-10-12 12:07:32 -04:00
process.cpp
process: LoadModule should clear JIT instruction cache.
2018-10-25 18:03:54 -04:00
process.h
svc: Implement svcGetInfo command 0xF0000002
2018-10-26 12:49:11 -04:00
resource_limit.cpp
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
resource_limit.h
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
scheduler.cpp
svc: Implement svcGetInfo command 0xF0000002
2018-10-26 12:49:11 -04:00
scheduler.h
svc: Implement svcGetInfo command 0xF0000002
2018-10-26 12:49:11 -04:00
server_port.cpp
kernel/server_port: Simplify emptiness check within ShouldWait()
2018-10-24 14:24:36 -04:00
server_port.h
Ported #4296 from citra
2018-10-06 16:49:01 +10:00
server_session.cpp
hle_ipc: Add member function for querying the existence of a domain header
2018-10-29 23:28:04 -04:00
server_session.h
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
session.cpp
Format: Run the new clang format on everything
2018-01-20 16:45:11 -07:00
session.h
kernel: Move object class to its own source files
2018-08-01 23:34:42 -04:00
shared_memory.cpp
kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATION
2018-10-24 14:54:36 -04:00
shared_memory.h
Port #4182 from Citra: "Prefix all size_t with std::"
2018-09-15 15:21:06 +02:00
svc.cpp
svcBreak now dumps information from the debug buffer passed ( #1646 )
2018-11-07 20:43:54 -08:00
svc.h
svc: Localize the GetInfo enum class to the function itself
2018-10-26 12:49:14 -04:00
svc_wrap.h
svc: Implement svcGetProcessInfo
2018-10-13 17:00:43 -04:00
thread.cpp
global: Use std::optional instead of boost::optional ( #1578 )
2018-10-30 00:03:25 -04:00
thread.h
svc: Implement svcGetInfo command 0xF0000002
2018-10-26 12:49:11 -04:00
timer.cpp
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
timer.h
kernel: Eliminate kernel global state
2018-08-28 22:31:51 -04:00
vm_manager.cpp
Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.
2018-10-25 18:03:54 -04:00
vm_manager.h
Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.
2018-10-25 18:03:54 -04:00
wait_object.cpp
kernel/thread: Make all instance variables private
2018-10-04 00:14:15 -04:00
wait_object.h
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
2018-09-28 02:17:57 -04:00