Commit Graph

607 Commits

Author SHA1 Message Date
David Korth
7afea5cb73 Merge branch 'feature/gettext-win32'
Now with localization on Windows.
2018-05-02 22:45:48 -04:00
David Korth
7677248a92 NEWS.md: gettext is now available for Windows.
Removed the boost::locale mention. This might be done later, but it
doesn't belong in here.
2018-05-02 22:45:16 -04:00
David Korth
655767da90 [libromdata] GameCube: Fixed a crash when reading a Wii disc image that has no game partition.
This isn't usually found amongst official disc images. I've only
encountered it with a hacked version of the NTSC Semi-brick fix disc.

Reference: https://hackmii.com/2008/05/ntsc-semi-brick-fix/
2018-05-02 22:42:11 -04:00
David Korth
1605bd5304 [rpcli] Removed BMP output functionality.
It didn't properly align scanlines in 256-color images and didn't work
on big-endian systems, plus it wouldn't compile properly on Mac OS X
for some reason.

This effectively fixes issue #135:
rpcli: CI8 BMP export may be unaligned.
2018-05-02 22:26:30 -04:00
David Korth
4e0b1e11b8 [libromdata] GameCube: Added support for GCM images with SDK headers.
This basically just skips the first 32 KB of these images, similar to the
TGC support.
2018-04-28 10:08:53 -04:00
David Korth
22199b459f [libromdata] N64; Fix CRC fields; added Release field.
Release seems to indicate the version of the N64 "OS" that was linked
into the game at build time.

Information provided by @einstein95.
2018-04-28 10:02:37 -04:00
David Korth
ab8142996b Renamed CHANGES.md to NEWS.md. Install NEWS.md. 2018-04-28 09:45:43 -04:00