mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
emulators/mgba: Update to 0.8.3
ChangeLog: https://mgba.io/2020/08/03/mgba-0.8.3/ PR: 250353 Submitted by: james.wright@digital-chaos.com Reviewed by: greg@unrelenting.technology (maintainer) MFH: 2020Q4 (blanket, bug fix release)
This commit is contained in:
parent
cba98402a4
commit
93be5c1b9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552428
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mgba
|
||||
DISTVERSION= 0.8.1
|
||||
DISTVERSION= 0.8.3
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= greg@unrelenting.technology
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1591359084
|
||||
SHA256 (mgba-emu-mgba-0.8.1_GH0.tar.gz) = df136ea50c9cca380ab93e00fd8d87811e41a49a804c5b0e018babef0c490f13
|
||||
SIZE (mgba-emu-mgba-0.8.1_GH0.tar.gz) = 11893993
|
||||
TIMESTAMP = 1602649837
|
||||
SHA256 (mgba-emu-mgba-0.8.3_GH0.tar.gz) = 63045d0815e15e963d90b15d5a10edf31a5d72d0ddb5e028e42ba38b0d4368c9
|
||||
SIZE (mgba-emu-mgba-0.8.3_GH0.tar.gz) = 12013512
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/platform/qt/CoreManager.cpp.orig 2020-06-07 01:07:14 UTC
|
||||
+++ src/platform/qt/CoreManager.cpp
|
||||
@@ -65,7 +65,7 @@ CoreController* CoreManager::loadGame(const QString& p
|
||||
if (vfOriginal && (size = vfOriginal->size(vfOriginal)) > 0) {
|
||||
void* mem = vfOriginal->map(vfOriginal, size, MAP_READ);
|
||||
vf = VFileMemChunk(mem, size);
|
||||
- vfOriginal->unmap(vfOriginal, mem, (size_t) read);
|
||||
+ vfOriginal->unmap(vfOriginal, mem, size);
|
||||
vfOriginal->close(vfOriginal);
|
||||
}
|
||||
}
|
@ -61,6 +61,7 @@ include/mgba/core/tile-cache.h
|
||||
include/mgba/core/timing.h
|
||||
include/mgba/core/version.h
|
||||
include/mgba/debugger/debugger.h
|
||||
include/mgba/dllexports.h
|
||||
include/mgba/feature/commandline.h
|
||||
include/mgba/feature/thread-proxy.h
|
||||
include/mgba/feature/video-logger.h
|
||||
@ -143,7 +144,7 @@ include/mgba/internal/sm83/isa-sm83.h
|
||||
include/mgba/internal/sm83/sm83.h
|
||||
lib/libmgba.so
|
||||
lib/libmgba.so.0.8
|
||||
lib/libmgba.so.0.8.1
|
||||
lib/libmgba.so.0.8.3
|
||||
%%LIBRETRO%%lib/libretro/mgba_libretro.so
|
||||
%%QT5%%man/man6/mgba-qt.6.gz
|
||||
man/man6/mgba.6.gz
|
||||
|
Loading…
Reference in New Issue
Block a user