There was an error fetching the commit references. Please try again later.
file_util, vfs: Use std::string_view where applicable
Avoids unnecessary construction of std::string instances where applicable.
Showing
- src/common/file_util.cpp 48 additions, 34 deletionssrc/common/file_util.cpp
- src/common/file_util.h 7 additions, 6 deletionssrc/common/file_util.h
- src/core/file_sys/vfs.cpp 73 additions, 38 deletionssrc/core/file_sys/vfs.cpp
- src/core/file_sys/vfs.h 25 additions, 25 deletionssrc/core/file_sys/vfs.h
- src/core/file_sys/vfs_offset.cpp 1 addition, 1 deletionsrc/core/file_sys/vfs_offset.cpp
- src/core/file_sys/vfs_offset.h 4 additions, 1 deletionsrc/core/file_sys/vfs_offset.h
- src/core/file_sys/vfs_real.cpp 39 additions, 18 deletionssrc/core/file_sys/vfs_real.cpp
- src/core/file_sys/vfs_real.h 8 additions, 6 deletionssrc/core/file_sys/vfs_real.h
- src/core/hle/service/filesystem/filesystem.cpp 1 addition, 1 deletionsrc/core/hle/service/filesystem/filesystem.cpp
- src/core/loader/loader.cpp 2 additions, 1 deletionsrc/core/loader/loader.cpp
Loading
Please register or sign in to comment