mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-14 08:31:55 -08:00
0149162dba
Neither of these functions alter the ownership of the provided pointer, so we can simply make the parameters a reference rather than a direct shared pointer alias. This way we also disallow passing incorrect memory values like nullptr.