mirror of https://github.com/yuzu-mirror/yuzu
kernel/thread: Use owner_process when setting the page table in SetupMainThread()
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.pull/8/head
parent
f237265187
commit
05aa4aa01a
Loading…
Reference in New Issue