pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-mgba: Update to 0.6.1



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Oct 2 22:43:30 2017 +0100
Changeset:	bca8c9e81b8e26769595dabd1819ec1d3dbf53a9

Modified Files:
	libretro-mgba/Makefile
	libretro-mgba/distinfo

Log Message:
libretro-mgba: Update to 0.6.1

Bugfixes:
 - GB, GBA: Fix crashes when attempting to identify null VFiles
 - GB, GBA: Fix sync to video with frameskip
 - GB, GBA Savedata: Fix savestate-related save overwriting (fixes mgba.io/i/834)
 - GB Audio: Fix NRx2 writes while active (fixes mgba.io/i/866)
 - GB Core: Fix palette loading when loading a foreign config
 - GB MBC: Pocket Cam memory should be accessible without enabling
 - GB MBC: Fix SRAM sizes 4 and 5
 - GB MBC: Fix RTC initialization (fixes mgba.io/i/825)
 - GB MBC: Fix RTC loading when file size is off
 - GB Memory: Initialize peripheral pointers
 - GB Memory: Prevent accessing empty SRAM (fixes mgba.io/i/831)
 - GB Memory: Fix HDMA count starting in mode 0 (fixes mgba.io/i/855)
 - GB Memory: Actually load latch time from savestate
 - GB Serialize: Fix deserializing video STAT
 - GB Video: Fix 16-bit screenshots (fixes mgba.io/i/826)
 - GB Video: Fix potential hang when ending mode 0
 - GB Video: Fix read mode when enabling LCD
 - GBA: Reset active region as needed when loading a ROM
 - GBA: Fix keypad IRQs not firing when extra buttons are pressed
 - GBA BIOS: Use core's VRAM variable instead of renderer's
 - GBA Cheats: Fix PARv3 multiline blocks (fixes mgba.io/i/889)
 - GBA I/O: Fix reading from a few invalid I/O registers (fixes mgba.io/i/876)
 - GBA Savedata: Fix 512 byte EEPROM saving as 8kB (fixes mgba.io/i/877)
 - GBA Savedata: Fix size of SRAM saves (fixes mgba.io/i/883)
 - GBA Video: Fix broken sprite blending hack (fixes mgba.io/i/532)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bca8c9e81b8e26769595dabd1819ec1d3dbf53a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-mgba/Makefile | 2 +-
 libretro-mgba/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/libretro-mgba/Makefile b/libretro-mgba/Makefile
index 6f681ed86a..8f2a1d6646 100644
--- a/libretro-mgba/Makefile
+++ b/libretro-mgba/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	libretro-mgba-0.6.0
+DISTNAME=	libretro-mgba-0.6.1
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mgba-emu/}
 
diff --git a/libretro-mgba/distinfo b/libretro-mgba/distinfo
index 59a03bc608..8573693899 100644
--- a/libretro-mgba/distinfo
+++ b/libretro-mgba/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (libretro-mgba-0.6.0.tar.gz) = 6982b916ac86cad3cc7f24342ac2817f0cd6a49e
-RMD160 (libretro-mgba-0.6.0.tar.gz) = bdca70bac1893e3a0e8921307221f28f64598d20
-SHA512 (libretro-mgba-0.6.0.tar.gz) = 24a9c75370465246e467f03498994e2f142bed18435658aa75ee8dc7ad9f8fa649b476b7846c0f3c4be474ca1d3b7c36e34af05b4088fa3a7a11e3edb0074308
-Size (libretro-mgba-0.6.0.tar.gz) = 7434157 bytes
+SHA1 (libretro-mgba-0.6.1.tar.gz) = 4d3f2b739b4be02bb7f478eabb32271ca26006e8
+RMD160 (libretro-mgba-0.6.1.tar.gz) = b32e00530a0388a730ff9d337627b4e198373829
+SHA512 (libretro-mgba-0.6.1.tar.gz) = fb4d2bd490afa052c32d263e4d7b65ff83ccdcad01f5df6572d73c81de3c4e0c268b102ac36cff4a85ab20fc190d2f1a4959a3058e559a528be5e49c4808ce57
+Size (libretro-mgba-0.6.1.tar.gz) = 7437240 bytes
 SHA1 (patch-CMakeLists.txt) = fad5aa8ac36f80d11cdf59fd5be9fd72faf1019f
 SHA1 (patch-include_mgba-util_math.h) = 448ca1bb3bbe2812e7d9482917c488ddcf3b48f0


Home | Main Index | Thread Index | Old Index