Releases: DarkMatterCore/sbn64
Releases · DarkMatterCore/sbn64
sbn64 v1.73
Dependency on msys DLLs has now been removed for real this time.
sbn64 v1.72
- Removed dependency on msys DLLs.
- Added a macro to resolve all
strncasecmp
calls to_strnicmp
under MinGW / Visual C. - Added support for Big Endian CPU architectures.
sbn64 v1.71.
Made the redundancy checks also verify if the output savedata length matches the detected savedata type size. Fixes compatibility with save files that use weird / unexpected sizes that need to be reduced / padded (even if byteswapping isn't necessary).
sbn64 v1.70
Improved overall code quality.
sbn64 v1.60
- Replaced tabs with spaces.
- Improved comments for save types in preprocessor definitions.
- Improved save type detection by guessing the most probable save type based on the save file size, instead of just expecting file sizes that match exactly the storage sizes from N64 chips.