..
address_arbiter.cpp
Kernel: Centralize error definitions in errors.h
2017-05-24 21:06:00 -07:00
address_arbiter.h
Kernel: Move HandleTable to a separate file
2017-05-29 17:34:39 -07:00
client_port.cpp
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
2017-06-06 02:56:32 -07:00
client_port.h
Kernel: Move HandleTable to a separate file
2017-05-29 17:34:39 -07:00
client_session.cpp
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.
2017-06-29 12:30:34 -05:00
client_session.h
kernel: Add SyncObject primitive, use it for ClientSession.
2017-12-28 23:12:28 -05:00
condition_variable.cpp
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
condition_variable.h
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
domain.cpp
ipc: Implement domain command CloseVirtualHandle.
2018-01-17 01:20:10 -05:00
domain.h
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
errors.h
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
event.cpp
Merge pull request #2397 from Subv/pulse
2017-01-10 10:45:00 -05:00
event.h
Kernel: Move WaitObject to a separate file
2017-05-29 16:16:46 -07:00
handle_table.cpp
kernel: Fix implementation of ConvertSessionToDomain.
2017-12-29 00:36:22 -05:00
handle_table.h
kernel: Fix implementation of ConvertSessionToDomain.
2017-12-29 00:36:22 -05:00
hle_ipc.cpp
hle_ipc: Clang format.
2018-01-17 11:37:26 -05:00
hle_ipc.h
IPC: Push domain objects as move handles when not in a domain.
2018-01-16 18:42:08 -05:00
kernel.cpp
kernel: Add ObjectAddressTable class.
2018-01-01 13:25:37 -05:00
kernel.h
clang-format
2018-01-16 18:05:21 +00:00
memory.cpp
clang-format
2018-01-16 18:05:21 +00:00
memory.h
kernel: Various 64-bit fixes in memory/process/thread
2017-12-29 13:27:58 -05:00
mutex.cpp
mutex: Remove unused call to VerifyGuestState.
2018-01-08 21:12:56 -05:00
mutex.h
clang-format
2018-01-16 18:05:21 +00:00
object_address_table.cpp
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
object_address_table.h
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
process.cpp
svc: Implement svcExitProcess.
2018-01-01 14:38:34 -05:00
process.h
Added more svcGetInfo pairs
2018-01-16 14:06:45 -08:00
resource_limit.cpp
Fixed type conversion ambiguity
2017-09-30 09:34:35 +01:00
resource_limit.h
Fixed type conversion ambiguity
2017-09-30 09:34:35 +01:00
server_port.cpp
Kernel: Implement AcceptSession SVC
2017-06-23 11:26:37 -07:00
server_port.h
Kernel: Implement AcceptSession SVC
2017-06-23 11:26:37 -07:00
server_session.cpp
kernel: Fix implementation of ConvertSessionToDomain.
2017-12-29 00:36:22 -05:00
server_session.h
kernel: Fix implementation of ConvertSessionToDomain.
2017-12-29 00:36:22 -05:00
session.cpp
Manually tweak source formatting and then re-run clang-format
2016-09-18 21:14:25 -07:00
session.h
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
shared_memory.cpp
shared_memory: Minor fixes and cleanup.
2018-01-14 17:20:55 -05:00
shared_memory.h
Fixed type conversion ambiguity
2017-09-30 09:34:35 +01:00
svc.cpp
svc: Rename some entries to match their analogue on SwitchBrew
2018-01-17 20:38:23 -05:00
svc.h
SVC: Add 4.0.0+ comment to GetInfoType enum values.
2018-01-16 18:44:39 -05:00
svc_wrap.h
svc: Implement svcMapSharedMemory.
2018-01-14 17:20:55 -05:00
sync_object.h
yuzu: Update license text to be consistent across project.
2018-01-13 16:22:39 -05:00
thread.cpp
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
2018-01-08 21:12:49 -05:00
thread.h
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
2018-01-10 01:01:55 -05:00
timer.cpp
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119 )
2018-01-08 19:10:25 -05:00
timer.h
Kernel: Move WaitObject to a separate file
2017-05-29 16:16:46 -07:00
vm_manager.cpp
Merge pull request #52 from ogniK5377/fsp
2018-01-16 18:27:48 -05:00
vm_manager.h
vm_manager: Use a more reasonable MAX_ADDRESS size.
2018-01-02 21:37:56 -05:00
wait_object.cpp
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
2018-01-08 21:12:49 -05:00
wait_object.h
wait_object: Refactor to allow waking up a single thread.
2018-01-07 16:33:41 -05:00