mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-05-09 19:10:07 +00:00

Rather than make a global accessor for this sort of thing. We can make it a part of the thread interface itself. This allows getting rid of a hidden global accessor in the kernel code.