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 5f119bed56
Merge pull request #673 from bunnei/fix-buffer-queue-evt
8 years ago
..
address_arbiter.cpp Kernel/Arbiters: Fix casts, cleanup comments/magic numbers 8 years ago
address_arbiter.h Run clang-format on PR. 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
errors.h Kernel/Arbiters: Implement WaitForAddress 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 Rename logging macro back to LOG_* 8 years ago
handle_table.h handle_table: Remove ConvertSessionToDomain. 8 years ago
hle_ipc.cpp nvflinger: Fix for BufferQueue event handling. 8 years ago
hle_ipc.h nvflinger: Fix for BufferQueue event handling. 8 years ago
kernel.cpp core: Move process creation out of global state. 8 years ago
kernel.h Qt: Update the WaitTree widget to show info about the current mutex of each thread. 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 Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. 8 years ago
mutex.h Kernel: Remove old and unused Mutex code. 8 years ago
object_address_table.cpp general: Make formatting of logged hex values more straightforward 8 years ago
object_address_table.h yuzu: Update license text to be consistent across project. 8 years ago
process.cpp Rename logging macro back to LOG_* 8 years ago
process.h core: Move process creation out of global state. 8 years ago
resource_limit.cpp Rename logging macro back to LOG_* 8 years ago
resource_limit.h resource_limit: Make ResourceTypes an enum class 8 years ago
scheduler.cpp Rename logging macro back to LOG_* 8 years ago
scheduler.h scheduler: Protect scheduling functions with a global mutex. 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 Update clang format 8 years ago
server_session.h Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 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 Update clang format 8 years ago
shared_memory.h svc: SharedMemory size should be 64-bits and cleanup. 8 years ago
svc.cpp Update clang format 8 years ago
svc.h Add & correct miscellaneous things (#470) 8 years ago
svc_wrap.h Add additional missing format. 8 years ago
thread.cpp Update clang format 8 years ago
thread.h Run clang-format on PR. 8 years ago
timer.cpp Rename logging macro back to LOG_* 8 years ago
timer.h Format: Run the new clang format on everything 8 years ago
vm_manager.cpp Update clang format 8 years ago
vm_manager.h core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
wait_object.cpp thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
wait_object.h wait_object: Refactor to allow waking up a single thread. 8 years ago