yuzu-fork/src/core/hle/kernel
bunnei c1a8e4bfe4
Merge pull request #148 from MerryMage/feature/special-memory
memory: Replace all memory hooking with Special regions
2018-01-27 15:20:53 -05:00
..
address_arbiter.cpp Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
address_arbiter.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.h hle: Integrate Domain handling into ServerSession. 2018-01-24 22:18:56 -05:00
condition_variable.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
condition_variable.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
errors.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
event.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
event.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
handle_table.cpp handle_table: Remove ConvertSessionToDomain. 2018-01-24 22:18:51 -05:00
handle_table.h handle_table: Remove ConvertSessionToDomain. 2018-01-24 22:18:51 -05:00
hle_ipc.cpp hle: Integrate Domain handling into ServerSession. 2018-01-24 22:18:56 -05:00
hle_ipc.h ipc_helpers: Make interface domain agnostic and add header validation. 2018-01-24 22:19:01 -05:00
kernel.cpp kernel: Add ObjectAddressTable class. 2018-01-01 13:25:37 -05:00
kernel.h hle: Remove Domain and SyncObject kernel objects. 2018-01-24 22:18:54 -05: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 Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
resource_limit.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_session.cpp server_session: Fix scenario where all domain handlers are closed. 2018-01-24 22:24:16 -05:00
server_session.h hle: Integrate Domain handling into ServerSession. 2018-01-24 22:18:56 -05:00
session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
session.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
shared_memory.cpp shared_memory: Minor fixes and cleanup. 2018-01-14 17:20:55 -05:00
shared_memory.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
svc.cpp hle: Remove Domain and SyncObject kernel objects. 2018-01-24 22:18:54 -05:00
svc.h svc: Add additional fields to MemoryInfo struct. 2018-01-18 23:37:54 -05:00
svc_wrap.h Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 2018-01-19 19:35:25 -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 Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
timer.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
vm_manager.cpp memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
vm_manager.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00: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