There was an error fetching the commit references. Please try again later.
Archive: Correct a few incorrect types in function signatures
Buffer lengths should be size_t, and file offsets should be u64.
Showing
- src/core/file_sys/disk_archive.cpp 4 additions, 4 deletionssrc/core/file_sys/disk_archive.cpp
- src/core/file_sys/disk_archive.h 4 additions, 4 deletionssrc/core/file_sys/disk_archive.h
- src/core/file_sys/file_backend.h 4 additions, 4 deletionssrc/core/file_sys/file_backend.h
- src/core/file_sys/ivfc_archive.cpp 5 additions, 5 deletionssrc/core/file_sys/ivfc_archive.cpp
- src/core/file_sys/ivfc_archive.h 4 additions, 4 deletionssrc/core/file_sys/ivfc_archive.h
- src/core/hle/service/fs/archive.cpp 1 addition, 1 deletionsrc/core/hle/service/fs/archive.cpp
Please register or sign in to comment