Browse Source
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
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.nce_cpp
7 changed files with 19 additions and 20 deletions
-
2src/core/core.cpp
-
16src/core/hle/service/filesystem/filesystem.cpp
-
4src/core/hle/service/filesystem/filesystem.h
-
4src/core/hle/service/service.cpp
-
3src/core/hle/service/service.h
-
8src/yuzu/main.cpp
-
2src/yuzu_cmd/yuzu.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue