mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-07 08:33:26 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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