skyline/app/src/main/cpp/skyline
◱ PixelyIon de6d8d8f48 Work on making the kernel thread-safe #1 + add asynchronous ROM scanning
This commit makes the kernel thread safe in some instances (but not fully) and showcases the significantly improved performance over the ptrace method used prior. In addition, scanning for ROMs is now done asynchronously.
2020-02-15 10:25:14 +00:00
..
gpu Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
kernel Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
loader Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
nce Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
services Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
common.cpp Move from ptrace to junction branching and make kernel multithreaded 2020-02-15 10:25:14 +00:00
common.h Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
gpu.cpp Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
gpu.h Move from ptrace to junction branching and make kernel multithreaded 2020-02-15 10:25:14 +00:00
jvm.cpp Move from dependency on JNI and Implement AtomicMutex 2020-02-15 10:25:14 +00:00
jvm.h Move from dependency on JNI and Implement AtomicMutex 2020-02-15 10:25:14 +00:00
memory.h Remove support for multiple guest processes 2020-02-15 10:25:14 +00:00
nce.cpp Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
nce.h Work on making the kernel thread-safe #1 + add asynchronous ROM scanning 2020-02-15 10:25:14 +00:00
os.cpp Move from ptrace to junction branching and make kernel multithreaded 2020-02-15 10:25:14 +00:00
os.h Move from ptrace to junction branching and make kernel multithreaded 2020-02-15 10:25:14 +00:00