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 1b1d399e5f hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
..
address_arbiter.cpp Kernel: Centralize error definitions in errors.h 9 years ago
address_arbiter.h Format: Run the new clang format on everything 8 years ago
client_port.cpp Format: Run the new clang format on everything 8 years ago
client_port.h Format: Run the new clang format on everything 8 years ago
client_session.cpp Format: Run the new clang format on everything 8 years ago
client_session.h hle: Integrate Domain handling into ServerSession. 8 years ago
condition_variable.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
condition_variable.h Format: Run the new clang format on everything 8 years ago
errors.h yuzu: Update license text to be consistent across project. 8 years ago
event.cpp Format: Run the new clang format on everything 8 years ago
event.h Format: Run the new clang format on everything 8 years ago
handle_table.cpp handle_table: Remove ConvertSessionToDomain. 8 years ago
handle_table.h handle_table: Remove ConvertSessionToDomain. 8 years ago
hle_ipc.cpp hle: Integrate Domain handling into ServerSession. 8 years ago
hle_ipc.h ipc_helpers: Make interface domain agnostic and add header validation. 8 years ago
kernel.cpp kernel: Add ObjectAddressTable class. 8 years ago
kernel.h hle: Remove Domain and SyncObject kernel objects. 8 years ago
memory.cpp clang-format 8 years ago
memory.h kernel: Various 64-bit fixes in memory/process/thread 8 years ago
mutex.cpp mutex: Remove unused call to VerifyGuestState. 8 years ago
mutex.h clang-format 8 years ago
object_address_table.cpp yuzu: Update license text to be consistent across project. 8 years ago
object_address_table.h yuzu: Update license text to be consistent across project. 8 years ago
process.cpp svc: Implement svcExitProcess. 8 years ago
process.h Added more svcGetInfo pairs 8 years ago
resource_limit.cpp Format: Run the new clang format on everything 8 years ago
resource_limit.h Format: Run the new clang format on everything 8 years ago
server_port.cpp Format: Run the new clang format on everything 8 years ago
server_port.h Format: Run the new clang format on everything 8 years ago
server_session.cpp hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
server_session.h hle: Integrate Domain handling into ServerSession. 8 years ago
session.cpp Format: Run the new clang format on everything 8 years ago
session.h Format: Run the new clang format on everything 8 years ago
shared_memory.cpp shared_memory: Minor fixes and cleanup. 8 years ago
shared_memory.h Format: Run the new clang format on everything 8 years ago
svc.cpp hle: Remove Domain and SyncObject kernel objects. 8 years ago
svc.h svc: Add additional fields to MemoryInfo struct. 8 years ago
svc_wrap.h Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago
thread.cpp Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 8 years ago
thread.h Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask) 8 years ago
timer.cpp Format: Run the new clang format on everything 8 years ago
timer.h Format: Run the new clang format on everything 8 years ago
vm_manager.cpp svc: Fix svcGetInfo MapRegionBaseAddr. 8 years ago
vm_manager.h svc: Fix svcGetInfo MapRegionBaseAddr. 8 years ago
wait_object.cpp Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 8 years ago
wait_object.h wait_object: Refactor to allow waking up a single thread. 8 years ago