mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 17:30:50 -07:00
The owning process of a thread is required to exist before the thread, so we can enforce this API-wise by using a reference. We can also avoid the reliance on the system instance by using that parameter to access the page table that needs to be set.