mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 09:17:58 -05: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.