mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-05-12 00:45:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| emu_window | ||
| CMakeLists.txt | ||
| config.cpp | ||
| config.h | ||
| default_ini.h | ||
| resource.h | ||
| yuzu.cpp | ||
| yuzu.rc | ||