mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 19:51:14 +01:00
3e33d49faf
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