Version 0.13.6 This version is backwards compatible with save states from SameBoy 0.11.x and newer. New/Improved Features * Prevent SameBoy from asking for notification permissions until that feature is needed by an HuC-3 game * Improved user interface on macOS Big Sur * The SDL frontend now has the ability change the default window size Bug Fixes * Fixed a bug that caused the Quick Look previews to include a border on macOS Big Sur * Fixed a bug where the RTC might drift when loading older saves or states, or when pausing SameBoy for a long time
20 lines
548 B
Text
20 lines
548 B
Text
# $NetBSD: Makefile.common,v 1.11 2020/08/30 12:50:49 nia Exp $
|
|
# used by emulators/sameboy/Makefile
|
|
# used by emulators/libretro-sameboy/Makefile
|
|
|
|
DISTNAME= sameboy-0.13.6
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/}
|
|
GITHUB_PROJECT= SameBoy
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
TOOL_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../emulators/sameboy/distinfo
|
|
|
|
# sh: /tmp/emulators/libretro-sameboy/work/SameBoy-0.13.2/build/pb12: text busy
|
|
MAKE_JOBS_SAFE= no
|