Skip to content

Releases: DarkMatterCore/sbn64

sbn64 v1.73

09 Feb 04:06
Compare
Choose a tag to compare

Dependency on msys DLLs has now been removed for real this time.

sbn64 v1.72

11 Jan 13:50
Compare
Choose a tag to compare
  • 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.

10 Jan 04:39
Compare
Choose a tag to compare

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

10 Jan 02:32
Compare
Choose a tag to compare

Improved overall code quality.

sbn64 v1.60

30 Jan 05:40
Compare
Choose a tag to compare
  • 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.