mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/mgba: update to 0.10.5
Changes: Other fixes: - ARM Debugger: Fix disassembly of ror r0 barrel shift (fixes mgba.io/i/3412) - FFmpeg: Fix failing to record videos with CRF video (fixes mgba.io/i/3368) - GB Core: Fix cloning savedata when backing file is outdated (fixes mgba.io/i/3388) - GBA Cheats: Let VBA-style codes patch ROM (fixes mgba.io/i/3423) - GBA Core: Fix booting into BIOS when skip BIOS is enabled - GBA Hardware: Fix loading states unconditionally overwriting GPIO memory - Updater: Fix rewriting folders and files on Windows (fixes mgba.io/i/3384) - Wii: Fix crash on loading large ZIP files (fixes mgba.io/i/3404) Misc: - GB: Allow use of CGB-E and AGB-0 BIOS versions (closes mgba.io/i/3427)
This commit is contained in:
parent
2880d06019
commit
bc0129218a
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mgba
|
||||
DISTVERSION= 0.10.4
|
||||
DISTVERSION= 0.10.5
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= pkubaj@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1733648593
|
||||
SHA256 (mgba-emu-mgba-0.10.4_GH0.tar.gz) = f85eeb8f78f847f5217a87bd5e2d6c1214b461ffd4ec129cc656162ab707cb24
|
||||
SIZE (mgba-emu-mgba-0.10.4_GH0.tar.gz) = 14355132
|
||||
TIMESTAMP = 1741517493
|
||||
SHA256 (mgba-emu-mgba-0.10.5_GH0.tar.gz) = 91d6fbd32abcbdf030d58d3f562de25ebbc9d56040d513ff8e5c19bee9dacf14
|
||||
SIZE (mgba-emu-mgba-0.10.5_GH0.tar.gz) = 14358730
|
||||
|
|
|
@ -154,7 +154,7 @@ include/mgba/script/macros.h
|
|||
include/mgba/script/types.h
|
||||
lib/libmgba.so
|
||||
lib/libmgba.so.0.10
|
||||
lib/libmgba.so.0.10.4
|
||||
lib/libmgba.so.0.10.5
|
||||
%%LIBRETRO%%lib/libretro/mgba_libretro.so
|
||||
%%QT5%%share/applications/io.mgba.mGBA.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
|
|
Loading…
Add table
Reference in a new issue