diff options
-rw-r--r-- | NEWS | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -7,11 +7,9 @@ For a more comprehensive changelog of the latest experimental code, see: - Added support for The Neverhood. General: - - Updated MT-32 emulation code to version 1.3.0. - - Switched from our custom JPEG decoder to libjpeg-turbo, which is faster - and can handle all kinds of exotic JPEG images :) - - Switched from our custom PNG decoder to libpng, which is faster and can - handle all kinds of exotic PNG images :) + - Updated Munt MT-32 emulation code to version 1.3.0. + - Switched from our custom JPEG and PNG decoders to libjpeg(-turbo) and + libpng, which are faster and can handle more images. (NOTE: The change to libpng was done in version 1.6.0, but it was not added to the NEWS file). |