yuzu/src/core/hle/kernel
2018-01-14 17:20:55 -05:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp
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 yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -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
event.h
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 yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
hle_ipc.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
kernel.cpp kernel: Add ObjectAddressTable class. 2018-01-01 13:25:37 -05:00
kernel.h kernel: Increase default stack size to 64K. 2018-01-14 17:20:55 -05:00
memory.cpp core/video_core: Fix a bunch of u64 -> u32 warnings. 2018-01-01 15:40:35 -05: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 Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking. 2018-01-08 21:12:51 -05: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 Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask) 2018-01-10 01:01:55 -05: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
server_port.h
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
session.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
shared_memory.cpp Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it. 2017-10-02 15:16:16 -05:00
shared_memory.h Fixed type conversion ambiguity 2017-09-30 09:34:35 +01:00
svc.cpp svc: Implement svcMapSharedMemory. 2018-01-14 17:20:55 -05:00
svc.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22: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
vm_manager.cpp vm_manager: Stub out a bunch of interfaces used by svcGetInfo. 2018-01-01 15:59:31 -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