./emulators/mgba, Emulator for running Game Boy Advance games (CLI version)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.3nb3, Package name: mgba-0.10.3nb3, Maintainer: nia

mGBA is an emulator for running Game Boy Advance games. It aims to
be faster and more accurate than many existing Game Boy Advance
emulators, as well as adding features that other emulators lack.

It also supports Game Boy and Game Boy Color games.

This package contains the command line version.

MESSAGE.NetBSD [+/-]

Required to run:
[graphics/MesaLib] [graphics/hicolor-icon-theme] [graphics/png] [graphics/glu] [archivers/libzip] [devel/libelf] [devel/SDL2] [x11/qt5-qtbase] [graphics/libepoxy] [multimedia/ffmpeg4]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [lang/gcc5] [x11/xorgproto]

Package options: opengl

Master sites:

Filesize: 14014.376 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-18 12:35:42 by Nia Alarie | Files touched by this commit (1)
Log message:
mgba: Enable __EXTENSIONS__ on SunOS
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-26 09:39:11 by Nia Alarie | Files touched by this commit (1)
Log message:
mgba: Add missing sqlite3 dependency
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-08-11 21:42:57 by Nia Alarie | Files touched by this commit (1)
Log message:
mgba: Set GITHUB_PROJECT, pointed out by wiz@ - thanks!
   2024-08-08 00:02:48 by Nia Alarie | Files touched by this commit (5)
Log message:
[libretro-]mgba[-qt]: Update to 0.10.3

0.10.3: (2024-01-07)
Emulation fixes:
 - ARM: Remove obsolete force-alignment in `bx pc` (fixes mgba.io/i/2964)
 - ARM: Fake bpkt instruction should take no cycles (fixes mgba.io/i/2551)
 - GB Audio: Fix channels 1/2 staying muted if restarted after long silence
 - GB Audio: Fix channel 1 restarting if sweep applies after stop (fixes \ 
mgba.io/i/2965)
 - GB Audio: Fix restarting envelope when writing to register (fixes mgba.io/i/3067)
 - GB Audio: Improve "zombie mode" emulation in CGB mode (fixes \ 
mgba.io/i/2029)
 - GB I/O: Read back proper SVBK value after writing 0 (fixes mgba.io/i/2921)
 - GB SIO: Disabling SIO should cancel pending transfers (fixes mgba.io/i/2537)
 - GBA Audio: Fix sample timing drifting when changing sample interval
 - GBA Audio: Fix initial channel 3 wave RAM (fixes mgba.io/i/2947)
 - GBA Audio: Fix sample position issues when rate changes (fixes mgba.io/i/3006)
 - GBA GPIO: Fix tilt scale and orientation (fixes mgba.io/i/2703)
 - GBA BIOS: Fix clobbering registers with word-sized CpuSet
 - GBA SIO: Fix normal mode SI/SO semantics (fixes mgba.io/i/2925)
Other fixes:
 - GB: Fix applying a patch that changes the cartridge mapper (fixes mgba.io/i/3077)
 - GBA Savedata: Fix crash when resizing flash save games for RTC data
 - mGUI: Fix cases where an older save state screenshot would be shown (fixes \ 
mgba.io/i/2183)
 - Qt: Re-enable sync for multiplayer windows that aren't connected (fixes \ 
mgba.io/i/2974)
 - Qt: Fix mute settings not being loaded on setting screen (fixes mgba.io/i/2990)
 - Qt: Fix screen freezing on macOS after closing save state window (fixes \ 
mgba.io/i/2885)
Misc:
 - mGUI: Persist fast forwarding after closing menu (fixes mgba.io/i/2414)
 - Qt: Add exporting of SAV + RTC saves from Save Converter to strip RTC data
 - VFS: Use anonymousMemoryMap for large 7z allocations (fixes mgba.io/i/3013)