skyline/app/src/main/cpp
PixelyIon 3e33d49faf Implement NCE Memory Trapping API
An API for trapping accesses to guest memory and performing callbacks based on those accesses alongside managing protection of the memory. This is a fundamental building block for avoiding redundant synchronization of resources from the guest and host.

Note: All accesses are treated as write accesses at the moment, support for picking up read accesses will be implemented later
2022-04-14 14:14:52 +05:30
..
skyline Implement NCE Memory Trapping API 2022-04-14 14:14:52 +05:30
emu_jni.cpp Pass native library dir to OS + reorder OS init order so paths are first 2022-04-14 14:14:52 +05:30
loader_jni.cpp Make Logger class static and introduce LoggerContext 2021-11-11 16:13:24 +01:00