mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-03-30 10:20:11 +00:00

Makes the interface future-proofed for supporting other platforms in the event we ever support platforms with differing pointer sizes. This way, we have a type in place that is always guaranteed to be able to represent a pointer exactly.