Skip to content

v1.4.17

Choose a tag to compare

@github-actions github-actions released this 13 Jun 02:38
· 54 commits to main since this release
fix(olv): correct TGA endianness and stamp alpha for Wii U

Two fixes:
- TGA width/height stored big-endian: nn_olv reads them as native u16 on
  PPC without byte-swapping, so LE values (0x64 0x00) were read as 25600
  instead of 100, causing ResultInvalidFormat from AddStampData.
- Stamps: white pixels → alpha=0 (transparent), black pixels → opaque.
  Source PNGs are RGB (no alpha); white is background, not stamp content.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>