skyline/app/src/main/cpp
PixelyIon 20bdda6a63 Support Core Migration for Running External Thread
We did not support migration of threads which were running in a non-cooperative manner, this was partially due to the dependence on per-core conditional variables rather than per-thread which made this harder to do programmatically. This has been fixed by moving to per-thread cvars and therefore the limitation can be removed, this feature is used by Unity games.
2021-03-05 14:55:34 +05:30
..
skyline Support Core Migration for Running External Thread 2021-03-05 14:55:34 +05:30
emu_jni.cpp Fix Logger Settings + Use Java 8 + Update Kotlin + Extract Native SOs 2021-03-05 14:55:34 +05:30
loader_jni.cpp NCA decryption (#99) 2020-09-14 19:23:40 +05:30