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 ca0fb0079c Merge pull request #117 from jroweboy/clang-format 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 Format: Run the new clang format on everything 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
domain.cpp ipc: Implement domain command CloseVirtualHandle. 8 years ago
domain.h yuzu: Update license text to be consistent across project. 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 Format: Run the new clang format on everything 8 years ago
handle_table.h Format: Run the new clang format on everything 8 years ago
hle_ipc.cpp Format: Run the new clang format on everything 8 years ago
hle_ipc.h Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 8 years ago
kernel.cpp kernel: Add ObjectAddressTable class. 8 years ago
kernel.h clang-format 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 kernel: Fix implementation of ConvertSessionToDomain. 8 years ago
server_session.h Format: Run the new clang format on everything 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 Format: Run the new clang format on everything 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
sync_object.h yuzu: Update license text to be consistent across project. 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