There was an error fetching the commit references. Please try again later.
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Given these are only added to the class to allow those functions to access the private constructor, it's a better approach to just make them static functions in the interface, to make the dependency explicit.
Showing
- src/core/core.cpp 1 addition, 1 deletionsrc/core/core.cpp
- src/core/file_sys/patch_manager.cpp 2 additions, 3 deletionssrc/core/file_sys/patch_manager.cpp
- src/core/file_sys/registered_cache.cpp 1 addition, 1 deletionsrc/core/file_sys/registered_cache.cpp
- src/core/file_sys/romfs.cpp 1 addition, 1 deletionsrc/core/file_sys/romfs.cpp
- src/core/file_sys/vfs_concat.cpp 35 additions, 32 deletionssrc/core/file_sys/vfs_concat.cpp
- src/core/file_sys/vfs_concat.h 8 additions, 11 deletionssrc/core/file_sys/vfs_concat.h
- src/core/file_sys/vfs_layered.cpp 8 additions, 7 deletionssrc/core/file_sys/vfs_layered.cpp
- src/core/file_sys/vfs_layered.h 3 additions, 5 deletionssrc/core/file_sys/vfs_layered.h
Loading
Please register or sign in to comment