2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/kernel
Lioncash c73410bf2c svc: Resolve sign comparison warnings in WaitSynchronization()
The loop's induction variable was signed, but we were comparing against
an unsigned variable.
2018-07-24 09:55:17 -04:00
..
address_arbiter.cpp thread: Convert ThreadStatus into an enum class 2018-07-19 22:08:56 -04:00
address_arbiter.h Run clang-format on PR. 2018-06-21 21:05:34 -06:00
client_port.cpp
client_port.h
client_session.cpp
client_session.h
errors.h Kernel/Arbiters: Implement WaitForAddress 2018-06-21 01:40:29 -06:00
event.cpp
event.h
handle_table.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
handle_table.h
hle_ipc.cpp thread: Convert ThreadStatus into an enum class 2018-07-19 22:08:56 -04:00
hle_ipc.h hle_ipc: Make constructors explicit where applicable 2018-07-23 22:40:24 -04:00
kernel.cpp hle: Remove config_mem.h/.cpp 2018-07-23 12:57:34 -04:00
kernel.h Qt: Update the WaitTree widget to show info about the current mutex of each thread. 2018-04-20 21:04:34 -05:00
memory.cpp hle: Remove config_mem.h/.cpp 2018-07-23 12:57:34 -04:00
memory.h
mutex.cpp mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference 2018-07-23 22:54:35 -04:00
mutex.h Kernel: Remove old and unused Mutex code. 2018-04-20 21:04:32 -05:00
object_address_table.cpp core/memory, core/hle/kernel: Use std::move where applicable 2018-07-18 19:34:31 -04:00
object_address_table.h
process.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
process.h core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
resource_limit.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
resource_limit.h resource_limit: Make ResourceTypes an enum class 2018-04-20 19:41:45 -04:00
scheduler.cpp Merge pull request #751 from Subv/tpidr_el0 2018-07-21 10:48:30 -07:00
scheduler.h scheduler: Protect scheduling functions with a global mutex. 2018-05-10 19:34:52 -04:00
server_port.cpp
server_port.h
server_session.cpp thread: Convert ThreadStatus into an enum class 2018-07-19 22:08:56 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp core/memory, core/hle/kernel: Use std::move where applicable 2018-07-18 19:34:31 -04:00
shared_memory.h
svc.cpp svc: Resolve sign comparison warnings in WaitSynchronization() 2018-07-24 09:55:17 -04:00
svc.h Add & correct miscellaneous things (#470) 2018-05-25 22:31:54 -04:00
svc_wrap.h Add additional missing format. 2018-06-21 21:09:51 -06:00
thread.cpp Merge pull request #751 from Subv/tpidr_el0 2018-07-21 10:48:30 -07:00
thread.h Merge pull request #751 from Subv/tpidr_el0 2018-07-21 10:48:30 -07:00
timer.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
timer.h
vm_manager.cpp Merge pull request #690 from lioncash/move 2018-07-18 20:55:55 -07:00
vm_manager.h core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 2018-04-27 11:57:52 -04:00
wait_object.cpp hle: Remove config_mem.h/.cpp 2018-07-23 12:57:34 -04:00
wait_object.h