There was an error fetching the commit references. Please try again later.
file_util: Use a u64 to represent number of entries
This avoids a truncating cast on size. I doubt we'd ever traverse a directory this large, however we also shouldn't truncate sizes away.
Showing
- src/common/file_util.cpp 9 additions, 9 deletionssrc/common/file_util.cpp
- src/common/file_util.h 4 additions, 4 deletionssrc/common/file_util.h
- src/core/file_sys/vfs_real.cpp 3 additions, 3 deletionssrc/core/file_sys/vfs_real.cpp
- src/core/loader/deconstructed_rom_directory.cpp 1 addition, 1 deletionsrc/core/loader/deconstructed_rom_directory.cpp
- src/yuzu/game_list.cpp 1 addition, 1 deletionsrc/yuzu/game_list.cpp
Loading
Please register or sign in to comment