mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-08 20:55:29 +03:00
58174f255f
`ContextLock` had unoptimal semantics in the form of direct access to the `isFirst` member which wasn't clearly defined, it's now been broken up into function calls `IsFirstUsage` and `OwnsLock` with explicit move semantics and a function for releasing the lock. Co-authored-by: PixelyIon <pixelyion@protonmail.com> |
||
---|---|---|
.. | ||
skyline | ||
driver_jni.cpp | ||
emu_jni.cpp | ||
loader_jni.cpp |