skyline/app/src/main/cpp
PixelyIon 7966bfa9f6 Fix PI update KThread::waiterMutex deadlock
It was determined that deadlocks inside `KThread::UpdatePriorityInheritance` would not only arise from the first level of locking with `waitingOn->waiterMutex` but also the second level of locking with `nextThread->waiterMutex` which has now also been fixed to fallback when facing contention.
2022-08-28 20:15:08 +05:30
..
skyline Fix PI update KThread::waiterMutex deadlock 2022-08-28 20:15:08 +05:30
driver_jni.cpp Add utilities for reading and installing gpu driver packages 2022-08-06 22:00:19 +05:30
emu_jni.cpp Rename SettingsValues to NativeSettings 2022-07-26 20:16:24 +05:30
loader_jni.cpp Follow typical per-file detail formatting 2022-08-27 18:54:27 +05:30