sameboy: Update to 0.12.3

Changes

   This version is backwards compatible with save states from SameBoy 0.11.x
   and newer.

  New/Improved Features

     * Super Game Boy color correction is now available in the libretro port
     * It is now possible to hide the Super Game Boy border in the libretro
       port
     * The SDL port will now hide the mouse while a ROM is running

  Accuracy Improvements/Fixes

     * Changing the frequency of channels 1 and 2 is now more accurate
     * Audio rendering should now be accurate when emulating Game Boy Advance

  Bug Fixes

     * Fixed garbled graphics while emulting Super Game Boy in the SDL port
       when OpenGL 3.2 is not available
     * The Cocoa build is now linked against the correct SDK version,
       restoring compatbility with older macOS versions that was mistakenly
       dropped in the previous release
     * Fixed fullscreen related issues in the SDL port
     * Fixed a bug where the SDL port did not save the battery in some cases
     * Bug fixes to libretro achievement support
     * Restored Game Boy Camera support on newer macOS versions
     * Fixed High-DPI support on Windows 10

  Misc Internal Changes

     * Improvements to the audio and ICD2 APIs
     * Allow compiling SameBoy for platforms with a non-standard bool size
     * Improved build portability, will now use pkg-config if available
This commit is contained in:
nia 2020-01-04 12:06:57 +00:00
parent 3c906ae1be
commit c04b34fe18
2 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile.common,v 1.3 2019/10/03 12:08:51 nia Exp $
# $NetBSD: Makefile.common,v 1.4 2020/01/04 12:06:57 nia Exp $
# used by emulators/sameboy/Makefile
# used by emulators/libretro-sameboy/Makefile
DISTNAME= sameboy-0.12.2
DISTNAME= sameboy-0.12.3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/}
GITHUB_PROJECT= SameBoy
@ -11,7 +11,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
LICENSE= mit
EXTRACT_USING= bsdtar
USE_TOOLS+= gmake
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c99
TOOL_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2019/09/22 12:38:24 nia Exp $
$NetBSD: distinfo,v 1.3 2020/01/04 12:06:57 nia Exp $
SHA1 (sameboy-0.12.2.tar.gz) = 53610a2d308fc178866ebdfc129c28a17f0bff67
RMD160 (sameboy-0.12.2.tar.gz) = 09f80f148973ccc7812983d0c921f0aadfce8de2
SHA512 (sameboy-0.12.2.tar.gz) = 38319ff592fe7f3008843c27e3aa6726d54ca1f8290a1e414b35cb00dd7d90d95767413951ba3a3b21e9c7eb3b28d01ad33ad519abc81b5d5f6d30f30e21ce6a
Size (sameboy-0.12.2.tar.gz) = 2538162 bytes
SHA1 (sameboy-0.12.3.tar.gz) = 9795831ebc190a69db4aa97e6de5d64cbe5dcda4
RMD160 (sameboy-0.12.3.tar.gz) = e807e054218abc976773e101fc5c0dada424e43f
SHA512 (sameboy-0.12.3.tar.gz) = d6550706d00887a2615346e263ef81333c46e0e26a234acc3cb470691676f5b38e293a7f4992f7a225aaad3e2c0a5bc763c63492e5ac9e74a187913f50f59bee
Size (sameboy-0.12.3.tar.gz) = 2539258 bytes