2020-01-23 02:19:43 +00:00
|
|
|
0.9.0: (Future)
|
2020-02-09 22:25:37 +00:00
|
|
|
Features:
|
2020-02-20 05:12:48 +00:00
|
|
|
- e-Reader card scanning
|
2020-02-09 22:25:37 +00:00
|
|
|
- Add APNG recording
|
2020-01-24 02:25:29 +00:00
|
|
|
Emulation fixes:
|
2020-01-24 09:46:15 +00:00
|
|
|
- ARM: Fix ALU reading PC after shifting
|
2020-01-24 09:46:56 +00:00
|
|
|
- ARM: Fix STR storing PC after address calculation
|
2020-06-26 08:17:19 +00:00
|
|
|
- ARM: Fix LDM^ writeback to user-mode register
|
2020-06-26 08:20:00 +00:00
|
|
|
- ARM: Fix LDM^ {pc} differences (fixes mgba.io/i/1698)
|
2020-06-17 05:25:43 +00:00
|
|
|
- GB: Partially fix timing for skipped BIOS
|
2020-06-17 06:06:32 +00:00
|
|
|
- GB Memory: Fix OAM DMA from top 8 kB
|
2020-06-17 03:00:44 +00:00
|
|
|
- GB MBC: Fix MBC1 mode changing behavior
|
2020-06-17 03:13:09 +00:00
|
|
|
- GB MBC: Fix MBC1 RAM enable bit selection
|
2020-06-17 03:49:07 +00:00
|
|
|
- GB MBC: Fix MBC2 bit selection
|
2020-05-13 08:56:46 +00:00
|
|
|
- GB Video: Fix state after skipping BIOS (fixes mgba.io/i/1715 and mgba.io/i/1716)
|
2020-05-31 00:00:07 +00:00
|
|
|
- GBA: Fix timing advancing too quickly in rare cases
|
2020-02-13 07:41:25 +00:00
|
|
|
- GBA BIOS: Implement dummy sound driver calls
|
2020-02-13 07:42:39 +00:00
|
|
|
- GBA BIOS: Improve HLE BIOS timing
|
2020-06-25 01:09:07 +00:00
|
|
|
- GBA BIOS: Fix reloading video registers after reset (fixes mgba.io/i/1808)
|
2020-01-25 02:06:23 +00:00
|
|
|
- GBA DMA: Linger last DMA on bus (fixes mgba.io/i/301 and mgba.io/i/1320)
|
2020-02-16 23:48:23 +00:00
|
|
|
- GBA Memory: Improve gamepak prefetch timing
|
2020-02-25 04:00:34 +00:00
|
|
|
- GBA SIO: Fix copying Normal mode transfer values
|
2020-02-16 23:48:23 +00:00
|
|
|
- GBA Video: Latch scanline at end of Hblank (fixes mgba.io/i/1319)
|
|
|
|
- GBA Video: Fix Hblank timing
|
2020-06-28 22:42:10 +00:00
|
|
|
- GBA Video: Fix invalid read in mode 4 mosaic
|
2020-06-15 02:50:01 +00:00
|
|
|
- SM83: Emulate HALT bug
|
|
|
|
Other fixes:
|
|
|
|
- All: Improve export headers (fixes mgba.io/i/1738)
|
2020-06-20 10:02:27 +00:00
|
|
|
- All: Correct format strings for some numbers on Windows (fixes mgba.io/i/1794)
|
2020-06-15 02:50:01 +00:00
|
|
|
- Core: Ensure ELF regions can be written before trying
|
|
|
|
- Debugger: Don't skip undefined instructions when debugger attached
|
2020-06-18 08:25:48 +00:00
|
|
|
- GB Core: Fix extracting SRAM when none is present
|
2020-06-18 08:26:54 +00:00
|
|
|
- GBA Savedata: Fix extracting save when not yet configured in-game
|
2020-06-15 02:50:01 +00:00
|
|
|
- Qt: Force OpenGL paint engine creation thread (fixes mgba.io/i/1642)
|
|
|
|
- Qt: Fix static compilation in MinGW (fixes mgba.io/i/1769)
|
2020-06-24 09:41:17 +00:00
|
|
|
- Qt: Fix file handle leak on opening an invalid ROM
|
2020-06-25 08:19:06 +00:00
|
|
|
- Qt: Fix a race condition in the frame inspector
|
2020-06-26 08:24:25 +00:00
|
|
|
- Qt: Fix Italian RTC translation (fixes mgba.io/i/1798)
|
2020-06-28 07:40:24 +00:00
|
|
|
- Util: Fix crash if PNG header fails to write
|
2020-06-15 02:50:01 +00:00
|
|
|
Misc:
|
|
|
|
- Debugger: Keep track of global cycle count
|
|
|
|
- FFmpeg: Add looping option for GIF/APNG
|
|
|
|
- Qt: Renderer can be changed while a game is running
|
|
|
|
- Qt: Add hex index to palette view
|
|
|
|
- Qt: Add transformation matrix info to sprite view
|
2020-06-20 10:00:44 +00:00
|
|
|
- Qt: Add per-page scrolling to memory view (fixes mgba.io/i/1795)
|
2020-06-24 06:20:42 +00:00
|
|
|
- Qt: Add setting to display ROM filename in title (closes mgba.io/i/1784)
|
2020-06-15 02:50:01 +00:00
|
|
|
|
|
|
|
0.8.2: (2020-06-14)
|
|
|
|
Emulation fixes:
|
|
|
|
- ARM: Fix timing on Thumb shift instructions
|
|
|
|
- GB: Fix GBC game registers after skipping BIOS
|
|
|
|
- GB MBC: Support 4MB MBC30 ROMs (fixes mgba.io/i/1713)
|
|
|
|
- GB Video: Fix BGPS value after skipping BIOS (fixes mgba.io/i/1717)
|
|
|
|
- GBA: Add missing RTC overrides for Legendz games
|
|
|
|
- GBA BIOS: Reset renderer when RegisterRamReset called (fixes mgba.io/i/1756)
|
|
|
|
- GBA SIO: Fix Multiplayer busy bit
|
|
|
|
- GBA SIO: Fix double-unloading active driver
|
|
|
|
- GBA Timers: Fix deserializing count-up timers
|
2020-05-14 06:31:44 +00:00
|
|
|
- GBA Video: Fix mosaic objects drawing past the end (fixes mgba.io/i/1702)
|
2020-05-24 20:54:12 +00:00
|
|
|
- GBA Video: Fix disabling OBJWIN in GL renderer (fixes mgba.io/i/1759)
|
2020-06-09 08:22:17 +00:00
|
|
|
- GBA Video: Add missing parts of 256-color mode 0 mosaic (fixes mgba.io/i/1701)
|
|
|
|
- GBA Video: Fix double-size OBJ wrapping in GL renderer (fixes mgba.io/i/1712)
|
2020-06-10 08:28:39 +00:00
|
|
|
- GBA Video: Simplify sprite cycle counting (fixes mgba.io/i/1279)
|
2020-06-15 02:16:33 +00:00
|
|
|
- GBA Video: Fix sprite/backdrop blending regression
|
2020-02-16 23:48:23 +00:00
|
|
|
Other fixes:
|
2020-06-02 04:16:21 +00:00
|
|
|
- 3DS: Fix framelimiter on newer citro3d (fixes mgba.io/i/1771)
|
2020-06-09 08:22:17 +00:00
|
|
|
- ARM: Fix disassembling of several S-type instructions (fixes mgba.io/i/1778)
|
2020-05-25 07:58:09 +00:00
|
|
|
- ARM Debugger: Clear low bit on breakpoint addresses (fixes mgba.io/i/1764)
|
2020-05-17 00:13:03 +00:00
|
|
|
- CMake: Always use devkitPro toolchain when applicable (fixes mgba.io/i/1755)
|
2020-02-17 04:52:02 +00:00
|
|
|
- Core: Fix ELF loading regression (fixes mgba.io/i/1669)
|
2020-02-18 01:55:29 +00:00
|
|
|
- Core: Fix crash modifying hash table entry (fixes mgba.io/i/1673)
|
2020-06-15 02:50:01 +00:00
|
|
|
- GB Video: Fix some cases where SGB border doesn't draw to multi-buffers
|
2020-02-21 02:09:45 +00:00
|
|
|
- GBA: Reject incorrectly sized BIOSes
|
2020-06-08 01:35:00 +00:00
|
|
|
- GBA: Break infinite loop for 0-frame mVLs (fixes mgba.io/i/1723)
|
2020-02-29 02:27:13 +00:00
|
|
|
- Qt: Fix OpenGL 2.1 support (fixes mgba.io/i/1678)
|
2020-06-07 00:24:20 +00:00
|
|
|
- Qt: Fix unmapping zipped ROM (fixes mgba.io/i/1777)
|
2020-02-16 23:48:23 +00:00
|
|
|
Misc:
|
2020-05-31 02:27:23 +00:00
|
|
|
- 3DS: Clean up legacy initialization (fixes mgba.io/i/1768)
|
2020-05-31 01:19:18 +00:00
|
|
|
- GBA Serialize: Only flunk BIOS check if official BIOS was expected
|
2020-02-20 07:12:26 +00:00
|
|
|
- Qt: Disable Replace ROM option when no game loaded
|
2020-02-22 02:05:44 +00:00
|
|
|
- Qt: Defer texture updates until frame is drawn (fixes mgba.io/i/1590)
|
2020-02-23 08:34:15 +00:00
|
|
|
- Qt: Set icon for Discord Rich Presence
|
2020-06-07 22:52:26 +00:00
|
|
|
- Qt: Show a warning when save file can't be opened
|
2020-02-16 23:48:23 +00:00
|
|
|
|
|
|
|
0.8.1: (2020-02-16)
|
|
|
|
Emulation fixes:
|
|
|
|
- GB Serialize: Fix timing bug loading channel 4 timing
|
|
|
|
- GBA: Fix multiboot entry point while skipping BIOS
|
|
|
|
- GBA BIOS: Fix undefined instruction HLE behavior
|
2020-02-15 21:43:50 +00:00
|
|
|
- GBA DMA: Fix invalid audio DMA parameters
|
2020-01-24 02:25:29 +00:00
|
|
|
- GBA Memory: Misaligned SRAM writes are ignored
|
2020-01-25 02:03:47 +00:00
|
|
|
- GBA Serialize: Fix serializing DMA transfer register
|
2020-01-25 06:16:02 +00:00
|
|
|
- GBA Serialize: Fix audio DMA timing deserialization
|
2020-01-25 22:06:01 +00:00
|
|
|
- GBA Video: Fix OAM not invalidating after reset (fixes mgba.io/i/1630)
|
2020-01-29 03:58:08 +00:00
|
|
|
- GBA Video: Fix backdrop blending on lines without sprites (fixes mgba.io/i/1647)
|
2020-01-30 02:04:14 +00:00
|
|
|
- GBA Video: Fix OpenGL sprite flag priority
|
2020-01-23 02:19:43 +00:00
|
|
|
Other fixes:
|
2020-02-01 02:06:18 +00:00
|
|
|
- Core: Fix race condition initializing thread proxy
|
2020-02-02 04:49:43 +00:00
|
|
|
- Core: Fix integer overflow in ELF loading
|
2020-02-03 00:28:22 +00:00
|
|
|
- FFmpeg: Fix crash when -strict -2 is needed for vcodec or container
|
2020-02-03 00:46:11 +00:00
|
|
|
- FFmpeg: Disallow recording video with no audio nor video
|
2020-02-11 02:08:07 +00:00
|
|
|
- GBA: Automatically skip BIOS for multiboot ROMs
|
2020-01-23 02:19:43 +00:00
|
|
|
- Qt: Only dynamically reset video scale if a game is running
|
2020-01-23 02:22:25 +00:00
|
|
|
- Qt: Fix race condition with proxied video events
|
2020-01-26 21:45:07 +00:00
|
|
|
- Qt: Fix color selection in asset view (fixes mgba.io/i/1648)
|
2020-01-27 07:51:35 +00:00
|
|
|
- Qt: Fix missing OSD messages
|
2020-01-28 07:00:49 +00:00
|
|
|
- Qt: Fix crash unloading shaders
|
2020-01-29 02:13:39 +00:00
|
|
|
- Qt: Fix toggled actions on gamepads (fixes mgba.io/i/1650)
|
2020-01-30 05:14:19 +00:00
|
|
|
- Qt: Fix extraneous dialog (fixes mgba.io/i/1654)
|
2020-02-02 22:37:32 +00:00
|
|
|
- Qt: Fix window title not updating after shutting down game
|
2020-02-03 00:05:27 +00:00
|
|
|
- Qt: Fix GIF view not allowing manual filename entry
|
2020-02-09 23:56:42 +00:00
|
|
|
- Qt: Fix non-GB build (fixes mgba.io/i/1664)
|
2020-02-15 03:20:10 +00:00
|
|
|
- Qt: Fix pausing Qt Multimedia audio (fixes mgba.io/i/1643)
|
2020-02-15 04:38:56 +00:00
|
|
|
- Qt: Fix invalid names for modifier keys (fixes mgba.io/i/525)
|
2020-02-16 01:08:31 +00:00
|
|
|
- SDL: Refresh stale pointers after adding a joystick (fixes mgba.io/i/1622)
|
2020-02-01 02:03:48 +00:00
|
|
|
- Util: Fix crash reading invalid ELFs
|
2020-02-05 04:15:43 +00:00
|
|
|
- VFS: Fix handle leak when double-mapping (fixes mgba.io/i/1659)
|
2020-01-31 05:26:58 +00:00
|
|
|
Misc:
|
2020-02-03 00:46:42 +00:00
|
|
|
- FFmpeg: Add more presets
|
2020-02-01 02:09:58 +00:00
|
|
|
- Qt: Fix non-SDL build (fixes mgba.io/i/1656)
|
2020-02-11 02:14:39 +00:00
|
|
|
- SDL: Use DirectSound audio driver by default on Windows
|
2020-02-01 02:05:24 +00:00
|
|
|
- Switch: Make OpenGL scale adjustable while running
|
2020-01-23 02:19:43 +00:00
|
|
|
|
2020-01-22 02:17:11 +00:00
|
|
|
0.8.0: (2020-01-21)
|
2019-01-21 06:10:11 +00:00
|
|
|
Features:
|
|
|
|
- Improved logging configuration
|
2019-02-17 19:15:54 +00:00
|
|
|
- One-Player BattleChip/Progress/Beast Link Gate support
|
2019-02-21 04:40:54 +00:00
|
|
|
- Add Game Boy Color palettes for original Game Boy games
|
2019-03-05 02:27:13 +00:00
|
|
|
- Debugger: Add unary operators and memory dereferencing
|
2019-03-05 02:30:36 +00:00
|
|
|
- GB: Expose platform information to CLI debugger
|
2019-03-13 01:41:09 +00:00
|
|
|
- Support Discord Rich Presence
|
2019-04-28 20:27:10 +00:00
|
|
|
- Debugger: Add tracing to file
|
2019-05-31 00:45:34 +00:00
|
|
|
- Enhanced map viewer, supporting bitmapped GBA modes and more displayed info
|
2019-05-18 00:13:03 +00:00
|
|
|
- OpenGL renderer with high-resolution upscaling support
|
2019-05-19 01:40:35 +00:00
|
|
|
- Experimental high level "XQ" audio for most GBA games
|
2019-05-27 18:37:09 +00:00
|
|
|
- Interframe blending for games that use flicker effects
|
2019-05-31 22:32:22 +00:00
|
|
|
- Frame inspector for dissecting and debugging rendering
|
2019-06-05 05:32:09 +00:00
|
|
|
- Switch: Option to use built-in brightness sensor for Boktai
|
2019-06-05 19:55:30 +00:00
|
|
|
- Ports: Ability to enable or disable all SGB features (closes mgba.io/i/1205)
|
2019-06-07 19:13:20 +00:00
|
|
|
- Ports: Ability to crop SGB borders off screen (closes mgba.io/i/1204)
|
2019-06-20 19:30:08 +00:00
|
|
|
- Cheats: Add support for loading Libretro-style cht files
|
2019-06-30 21:51:27 +00:00
|
|
|
- GBA Cheats: Add support for loading EZ Flash-style cht files
|
2019-07-05 00:45:03 +00:00
|
|
|
- Support for unlicensed Wisdom Tree Game Boy mapper
|
2019-08-26 02:08:46 +00:00
|
|
|
- Qt: Add export button for tile view (closes mgba.io/i/1507)
|
2019-08-26 02:29:18 +00:00
|
|
|
- Qt: Add recent game list clearing (closes mgba.io/i/1380)
|
2019-09-08 01:32:37 +00:00
|
|
|
- GB: Yanking gamepak now supported
|
2019-09-23 03:21:04 +00:00
|
|
|
- Qt: Memory range dumping (closes mgba.io/i/1298)
|
2019-03-03 22:21:36 +00:00
|
|
|
Emulation fixes:
|
2019-10-20 21:43:45 +00:00
|
|
|
- GB: Fix using boot ROM with MMM01 games
|
2019-06-23 06:17:58 +00:00
|
|
|
- GB Audio: Only reset channel 3 sample in DMG mode
|
2019-06-23 06:15:43 +00:00
|
|
|
- GB Audio: Sample inactive channels (fixes mgba.io/i/1455, mgba.io/i/1456)
|
2019-10-20 21:43:45 +00:00
|
|
|
- GB Audio: Fix channel 4 volume (fixes mgba.io/i/1529)
|
|
|
|
- GB I/O: Filter IE top bits properly (fixes mgba.io/i/1329)
|
2019-07-06 23:13:39 +00:00
|
|
|
- GB Memory: Better emulate 0xFEA0 region on DMG, MGB and AGB
|
2019-10-20 21:43:45 +00:00
|
|
|
- GB Video: Delay LYC STAT check (fixes mgba.io/i/1331)
|
|
|
|
- GB Video: Fix window being enabled mid-scanline (fixes mgba.io/i/1328)
|
2019-09-09 01:03:42 +00:00
|
|
|
- GB Video: Fix mode 0 window edge case (fixes mgba.io/i/1519)
|
2019-10-03 01:05:54 +00:00
|
|
|
- GB Video: Fix color scaling in AGB mode
|
2019-10-20 21:43:45 +00:00
|
|
|
- GBA: All IRQs have 7 cycle delay (fixes mgba.io/i/539, mgba.io/i/1208)
|
|
|
|
- GBA: Reset now reloads multiboot ROMs
|
|
|
|
- GBA BIOS: Fix multiboot entry point (fixes Magic Floor)
|
2019-03-03 22:21:36 +00:00
|
|
|
Other fixes:
|
2019-05-18 00:13:03 +00:00
|
|
|
- Core: Improved lockstep driver reliability (Le Hoang Quyen)
|
2019-10-20 21:43:45 +00:00
|
|
|
- FFmpeg: Drain recording buffers
|
|
|
|
- GB: Fix reading ROM immediately after unmapping BIOS
|
2019-06-17 20:28:03 +00:00
|
|
|
- GB SIO: Fix lockstep failing games aren't reloaded
|
2019-08-03 01:33:16 +00:00
|
|
|
- GBA Cheats: Fix value incrementing in CB slide codes (fixes mgba.io/i/1501)
|
2019-10-20 21:43:45 +00:00
|
|
|
- Libretro: Fix crash changing allowing opposing directions (hhromic)
|
|
|
|
- Qt: Fix some Qt display driver race conditions
|
|
|
|
- Qt: Fix menu bar staying hidden in full screen (fixes mgba.io/i/317)
|
2019-08-26 02:22:03 +00:00
|
|
|
- Qt: Only show emulator restart warning once per settings saving
|
2019-09-29 03:15:24 +00:00
|
|
|
- Qt: Fix LibraryController initialization (fixes mgba.io/i/1324)
|
2019-10-20 21:43:45 +00:00
|
|
|
- Shaders: Fix gba-color shader resolution (fixes mgba.io/i/1435)
|
2019-09-29 23:01:18 +00:00
|
|
|
- Switch: Fix audio when video rate desyncs (fixes mgba.io/i/1532)
|
2019-02-25 01:37:09 +00:00
|
|
|
Misc:
|
2019-10-20 21:43:45 +00:00
|
|
|
- CMake: Don't use libzip on embedded platforms (fixes mgba.io/i/1527)
|
|
|
|
- Core: Add keysRead callback
|
|
|
|
- Core: Create game-related paths if they don't exist (fixes mgba.io/i/1446)
|
|
|
|
- Core: Add more memory search ops (closes mgba.io/i/1510)
|
|
|
|
- Debugger: Make tracing compatible with breakpoints/watchpoints
|
|
|
|
- Debugger: Print breakpoint/watchpoint number when inserting
|
|
|
|
- Feature: Switch from ImageMagick to FFmpeg for GIF generation
|
|
|
|
- FFmpeg: Support audio-only recording
|
|
|
|
- GB Memory: Support running from blocked memory
|
|
|
|
- GBA BIOS: Add timings for HLE BIOS math functions (fixes mgba.io/i/1396)
|
|
|
|
- GBA BIOS: Fix clobbered registers in CpuSet (fixes mgba.io/i/1531)
|
2019-02-25 01:37:09 +00:00
|
|
|
- GBA Savedata: EEPROM performance fixes
|
|
|
|
- GBA Savedata: Automatically map 1Mbit Flash files as 1Mbit Flash
|
|
|
|
- Debugger: Add breakpoint and watchpoint listing
|
2019-10-20 21:43:45 +00:00
|
|
|
- mGUI: Remember name and position of last loaded game
|
|
|
|
- OpenGL: Only resize textures when needed
|
|
|
|
- Qt: Don't unload ROM immediately if it crashes
|
2019-03-06 01:37:21 +00:00
|
|
|
- Qt: Support switching webcams
|
2019-04-26 21:53:47 +00:00
|
|
|
- Qt: Cap window size on start to monitor size
|
2019-05-04 23:03:18 +00:00
|
|
|
- Qt: Open a message box for Qt frontend errors
|
2019-05-18 23:57:24 +00:00
|
|
|
- Qt: Increase maximum magnifications and scaling
|
2019-05-22 18:29:24 +00:00
|
|
|
- Qt: Add native FPS button to settings view
|
2019-05-23 07:04:26 +00:00
|
|
|
- Qt: Improve sync code
|
2019-06-18 18:14:05 +00:00
|
|
|
- Qt: Add option to pause on minimizing window (closes mgba.io/i/1379)
|
2019-08-29 03:55:11 +00:00
|
|
|
- Qt: Scale pixel color values to full range (fixes mgba.io/i/1511)
|
2019-09-22 23:13:56 +00:00
|
|
|
- Qt: Remove What's This icon from dialogs
|
2019-10-02 01:33:56 +00:00
|
|
|
- Qt: Printer quality of life improvements (fixes mgba.io/i/1540)
|
2019-10-02 01:37:00 +00:00
|
|
|
- Qt: Add copy and QoL improvements to graphic views (closes mgba.io/i/1541)
|
2019-10-04 03:31:24 +00:00
|
|
|
- Qt: Show list of all sprites in sprite view
|
2019-10-06 09:54:51 +00:00
|
|
|
- Qt: Add option for disabling OSD messages
|
2019-10-20 21:43:45 +00:00
|
|
|
- Qt, OpenGL: Disable integer scaling for dimensions that don't fit
|
2020-01-01 19:35:00 +00:00
|
|
|
- SM83: Support PC-relative opcode decoding
|
2019-10-20 21:43:45 +00:00
|
|
|
- Switch: Dynamic display resizing
|
|
|
|
- Switch: Support file associations
|
|
|
|
- Vita: L2/R2 and L3/R3 can now be mapped on PSTV (fixes mgba.io/i/1292)
|
2019-10-24 02:14:07 +00:00
|
|
|
Changes from beta 1:
|
2019-10-30 03:13:58 +00:00
|
|
|
Emulation fixes:
|
2019-11-02 02:06:13 +00:00
|
|
|
- ARM: Fix STR writeback pipeline stage
|
2019-11-02 02:37:08 +00:00
|
|
|
- ARM: Partially fix LDM/STM writeback with empty register list
|
2019-12-21 05:08:28 +00:00
|
|
|
- ARM: Fix stepping when events are pending
|
2019-10-30 03:13:58 +00:00
|
|
|
- GBA DMA: Fix case where DMAs could get misaligned (fixes mgba.io/i/1092)
|
2019-11-12 02:24:49 +00:00
|
|
|
- GBA Memory: Fix open bus from IWRAM (fixes mgba.io/i/1575)
|
2020-01-16 02:52:35 +00:00
|
|
|
- GBA Timers: Improve timer startup emulation
|
2019-12-31 08:05:59 +00:00
|
|
|
- GBA Video: Fix OpenGL renderer 512x512 backgrounds (fixes mgba.io/i/1572)
|
|
|
|
- GBA Video: Fix BLDY for semitransparent sprite on non-target-2 backgrounds
|
2019-12-31 08:20:53 +00:00
|
|
|
- GBA Video: Fix effects blending improperly in some non-last windows
|
2020-01-11 05:20:20 +00:00
|
|
|
- GBA Video: Copy higher priority target 1 flag
|
2019-10-24 02:14:07 +00:00
|
|
|
Other fixes:
|
2019-10-30 02:32:52 +00:00
|
|
|
- 3DS: Fix screen darkening (fixes mgba.io/i/1562)
|
2019-11-16 20:16:16 +00:00
|
|
|
- Core: Fix uninitialized memory issues with graphics caches
|
2019-12-19 02:21:01 +00:00
|
|
|
- Core: Return null for out of bounds cached tile VRAM querying
|
2020-01-20 00:28:02 +00:00
|
|
|
- GBA Video: Fix OpenGL fragment data binding
|
2020-01-21 02:09:26 +00:00
|
|
|
- GBA Video: Fix mosaic in modes 1-5 in OpenGL (fixes mgba.io/i/1620)
|
2020-01-09 03:58:40 +00:00
|
|
|
- Debugger: Fix tracing skipping instructions (fixes mgba.io/i/1614)
|
2020-01-09 02:49:09 +00:00
|
|
|
- OpenGL: Only invalidate texture if dimensions change (fixes mgba.io/i/1612)
|
2019-11-11 09:39:43 +00:00
|
|
|
- Qt: Fix fast forward mute being reset (fixes mgba.io/i/1574)
|
2019-12-06 00:19:54 +00:00
|
|
|
- Qt: Fix scrollbar arrows in memory view (fixes mgba.io/i/1558)
|
2019-12-14 21:09:09 +00:00
|
|
|
- Qt: Fix several cases where shader selections don't get saved
|
2019-12-19 02:23:40 +00:00
|
|
|
- Qt: Fix division by zero error in invalid TilePainter state
|
2019-12-21 05:10:29 +00:00
|
|
|
- Qt: Fix "restart needed" dialog after first config (fixes mgba.io/i/1601)
|
2019-12-21 05:11:29 +00:00
|
|
|
- Qt: Fix undesired screen filtering when paused (fixes mgba.io/i/1602)
|
2019-12-21 05:21:33 +00:00
|
|
|
- Qt: Fix sprite view using wrong base address (fixes mgba.io/i/1603)
|
2019-12-31 02:19:14 +00:00
|
|
|
- Qt: Fix inability to clear default keybindings
|
2020-01-11 22:02:10 +00:00
|
|
|
- Qt: Release held actions if they get rebound
|
2020-01-21 02:11:13 +00:00
|
|
|
- Qt: Fix crash double-clicking menus in shortcut settings (fixes mgba.io/i/1627)
|
2020-01-21 02:21:37 +00:00
|
|
|
- Qt: Fix record A/V window not updating resolution (fixes mgba.io/i/1626)
|
2020-01-09 02:49:09 +00:00
|
|
|
- Vita: Fix analog controls (fixes mgba.io/i/1554)
|
2020-01-14 02:01:59 +00:00
|
|
|
- Wii: Fix game fast-forwarding after slowing down
|
2020-01-14 03:24:57 +00:00
|
|
|
- Wii: Improve audio buffering (fixes mgba.io/i/1617)
|
2019-11-30 19:37:36 +00:00
|
|
|
Misc:
|
|
|
|
- GB Memory: Support manual SRAM editing (fixes mgba.io/i/1580)
|
2020-01-18 04:44:00 +00:00
|
|
|
- GBA: Trim non-movie ROMs to 32 MiB if applicable
|
2020-01-02 00:59:57 +00:00
|
|
|
- GBA Audio: Redo channel 4 batching for GBA only
|
2019-12-30 00:42:10 +00:00
|
|
|
- GBA I/O: Stop logging several harmless invalid register reads
|
2020-01-20 03:15:36 +00:00
|
|
|
- GBA Video: Changing OpenGL scaling no longer requires restart
|
2019-12-21 21:52:16 +00:00
|
|
|
- Debugger: Separate aliases from main commands
|
2019-12-21 22:05:22 +00:00
|
|
|
- Debugger: Print break-/watchpoint ID when breaking in CLI
|
2020-01-10 02:31:48 +00:00
|
|
|
- Debugger: Minor interface cleanup
|
2019-12-21 22:05:22 +00:00
|
|
|
- SDL: Use controller GUID instead of name
|
2020-01-01 19:35:00 +00:00
|
|
|
- SM83: Rename LR35902 to SM83
|
2020-01-03 02:38:11 +00:00
|
|
|
- Tools: Allow using threaded renderer in perf.py
|
2020-01-10 02:28:16 +00:00
|
|
|
- Tools: Clean up unused argument in mgba-perf
|
2019-10-20 21:43:45 +00:00
|
|
|
|
|
|
|
0.8 beta 1: (2019-10-20)
|
|
|
|
- Initial beta for 0.8
|
2019-02-25 01:37:09 +00:00
|
|
|
|
2019-09-19 02:45:18 +00:00
|
|
|
0.7.3: (2019-09-15)
|
|
|
|
Emulation fixes:
|
|
|
|
- GB: Fix savedata initialization (fixes mgba.io/i/1473, mgba.io/i/1478)
|
|
|
|
- GB: Fix SGB controller incrementing (fixes mgba.io/i/1104)
|
|
|
|
- GB Audio: Improve channel 4 supersampling
|
|
|
|
- GB Printer: Reset printer buffer index after printing
|
|
|
|
- GB Audio: Deschedule channel 3 when disabled (fixes mgba.io/i/1463)
|
|
|
|
- GB Audio: Deschedule channel 1 when disabled by sweep (fixes mgba.io/i/1467)
|
|
|
|
- GB Video: Increment BCPS/OCPS even in mode 3 (fixes mgba.io/i/1462)
|
|
|
|
- GBA Memory: Fix STM to VRAM (fixes mgba.io/i/1430)
|
|
|
|
- GBA Memory: Fix STM/LDM to invalid VRAM
|
|
|
|
- GBA Video: Fix wrapped sprite mosaic clamping (fixes mgba.io/i/1432)
|
|
|
|
- GBA Audio: Fix channel 4 aliasing (fixes mgba.io/i/1265)
|
|
|
|
Other fixes:
|
|
|
|
- Core: Fix crashes if core directories aren't set
|
|
|
|
- Core: Fix crash when exiting game with cheats loaded
|
|
|
|
- GBA: Set up GPIO mapping on null and ELF ROM regions (fixes mgba.io/i/1481)
|
|
|
|
- GBA Cheats: Fix PARv3 Thumb hooks
|
|
|
|
- GBA Cheats: Fix value incrementing in CB slide codes (fixes mgba.io/i/1501)
|
|
|
|
- Qt: Fix FPS target maxing out at 59.727 (fixes mgba.io/i/1421)
|
|
|
|
- Qt: Cap audio buffer size to 8192 (fixes mgba.io/i/1433)
|
|
|
|
- Qt: Fix race conditions initializing GDB stub
|
|
|
|
- Qt: Improve cheat view UX
|
|
|
|
- Libretro: Fix crash changing allowing opposing directions (hhromic)
|
|
|
|
- mGUI: Fix crash if last loaded ROM directory disappears (fixes mgba.io/i/1466)
|
|
|
|
- Switch: Fix threading-related crash on second launch
|
|
|
|
Misc:
|
|
|
|
- Qt: Make mute menu option also toggle fast-forward mute (fixes mgba.io/i/1424)
|
|
|
|
- Qt: Show error message if file failed to load
|
|
|
|
|
2019-05-25 23:12:56 +00:00
|
|
|
0.7.2: (2019-05-25)
|
|
|
|
Emulation fixes:
|
|
|
|
- GB: Fix HALT when IE and IF unused bits are set (fixes mgba.io/i/1349)
|
|
|
|
- GB Timer: Fix timing adjustments when writing to TAC (fixes mgba.io/i/1340)
|
|
|
|
- GB Video: Fix window y changing mid-window (fixes mgba.io/i/1345)
|
|
|
|
- GB Video: Fix more window edge cases (fixes mgba.io/i/1346)
|
|
|
|
- GBA: Fix RTC on non-standard sized ROMs (fixes mgba.io/i/1400)
|
|
|
|
- GBA DMA: Fix DMA0-2 lengths (fixes mgba.io/i/1344)
|
|
|
|
- GBA Memory: Fix writing to OBJ memory in modes 3 and 5
|
|
|
|
- GBA Memory: Prevent writing to mirrored BG VRAM (fixes mgba.io/i/743)
|
|
|
|
- GBA Video: Fix scanline cache with scale factor change edge cases
|
|
|
|
- GBA Video: Fix sprite mosaic clamping (fixes mgba.io/i/1008)
|
2019-05-27 21:45:02 +00:00
|
|
|
- GBA Video: Implement mosaic on transformed sprites (fixes mgba.io/b/5)
|
2019-05-25 23:12:56 +00:00
|
|
|
Other fixes:
|
|
|
|
- 3DS: Ensure core 2 can be used for threaded renderer (fixes mgba.io/i/1371)
|
|
|
|
- All: Fix several memory leaks
|
|
|
|
- GB Core: Fix toggling WIN and OBJ being swapped
|
|
|
|
- GBA: Fix skipping BIOS on irregularly sized ROMs
|
|
|
|
- CMake: Fix .deb imagemagick dependencies
|
|
|
|
- FFmpeg: Improve initialization reliability and cleanup
|
|
|
|
- FFmpeg: Fix audio conversion producing gaps
|
|
|
|
- LR35902: Fix disassembly of several CB-prefix instructions
|
|
|
|
- LR35902: Fix trailing whitespace in disassembly
|
|
|
|
- Qt: More app metadata fixes
|
|
|
|
- Qt: Fix load recent from archive (fixes mgba.io/i/1325)
|
|
|
|
- Qt: Fix overrides getting discarded (fixes mgba.io/i/1354)
|
|
|
|
- Qt: Fix saved scale not getting set on resize (fixes mgba.io/i/1074)
|
|
|
|
- Qt: Fix crash in sprite viewer magnification (fixes mgba.io/i/1362)
|
|
|
|
- Qt: Fix adjusting magnification in tile viewer when not fitting to window
|
|
|
|
- Qt: Fix bounded fast forward with Qt Multimedia
|
|
|
|
- Qt: Fix saving settings with native FPS target
|
|
|
|
- Wii: Fix aspect ratio (fixes mgba.io/i/500)
|
|
|
|
Misc:
|
|
|
|
- Qt: Add missing HEVC NVENC option (fixes mgba.io/i/1323)
|
|
|
|
- Qt: Improve camera initialization
|
|
|
|
- Vita: Improved frame drawing speed
|
|
|
|
|
2019-02-25 01:37:09 +00:00
|
|
|
0.7.1: (2019-02-24)
|
|
|
|
Bugfixes:
|
|
|
|
- 3DS: Work around menu freezing (fixes mgba.io/i/1294)
|
|
|
|
- GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM
|
|
|
|
- GB Serialize: Fix loading states with negative pixel x (fixes mgba.io/i/1293)
|
|
|
|
- GB, GBA Serialize: Fix loading two states in a row
|
|
|
|
- GBA: Fix video timing when skipping BIOS (fixes mgba.io/i/1318)
|
|
|
|
- GBA DMA: Fix Display Start DMAs
|
|
|
|
- GBA DMA: Fix DMA start/end timing
|
|
|
|
- GBA DMA: Fix invalid DMA handling (fixes mgba.io/i/1301)
|
2019-02-12 05:59:15 +00:00
|
|
|
- GBA Memory: Fix a few AGBPrint crashes
|
|
|
|
- GBA Memory: Fix OOB ROM reads showing up as AGBPrint memory
|
2019-02-18 06:13:40 +00:00
|
|
|
- GBA SIO: Prevent writing read-only multiplayer bits
|
2019-02-25 01:37:09 +00:00
|
|
|
- GBA Video: Fix enabling layers in non-tile modes (fixes mgba.io/i/1317)
|
2019-02-21 03:45:11 +00:00
|
|
|
- Python: Fix crash when deleting files owned by library
|
2019-02-21 03:45:54 +00:00
|
|
|
- Python: Make sure GB link object isn't GC'd before GB object
|
2019-02-25 01:37:09 +00:00
|
|
|
- PSP2: Fix file descriptors dying on suspend (fixes mgba.io/i/1123)
|
|
|
|
- Qt: Fix tile and sprite views not always displaying at first
|
|
|
|
- Qt: Fix audio context holding onto closed game controller
|
|
|
|
- Qt: Fix color picking in sprite view (fixes mgba.io/i/1307)
|
2019-02-23 02:50:07 +00:00
|
|
|
- Qt: Fix window icon on X11
|
2019-02-23 09:15:58 +00:00
|
|
|
- Qt: Fix quick load recent accidentally saving (fixes mgba.io/i/1309)
|
2019-02-25 01:37:09 +00:00
|
|
|
- Switch: Fix final cleanup (fixes mgba.io/i/1283)
|
|
|
|
- Switch: Fix gyroscope orientation (fixes mgba.io/i/1300)
|
2018-10-12 18:11:48 +00:00
|
|
|
Misc:
|
2019-01-20 06:01:41 +00:00
|
|
|
- GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1274)
|
2019-02-24 02:38:54 +00:00
|
|
|
- Qt: Updated Italian translation (by Vecna)
|
2018-10-07 19:51:01 +00:00
|
|
|
|
2019-01-27 00:06:06 +00:00
|
|
|
0.7.0: (2019-01-26)
|
2017-07-16 16:44:58 +00:00
|
|
|
Features:
|
|
|
|
- ELF support
|
2017-07-26 17:57:57 +00:00
|
|
|
- Game Boy Camera support
|
2017-07-28 21:32:17 +00:00
|
|
|
- Qt: Set default Game Boy colors
|
2017-07-31 00:17:58 +00:00
|
|
|
- Game Boy Printer support
|
2017-08-02 21:47:23 +00:00
|
|
|
- Super Game Boy support
|
2017-08-04 05:43:15 +00:00
|
|
|
- Customizable autofire speed
|
2017-08-05 14:56:36 +00:00
|
|
|
- Ability to set default Game Boy model
|
2017-09-25 07:13:11 +00:00
|
|
|
- Map viewer
|
2017-11-11 20:30:04 +00:00
|
|
|
- Automatic cheat loading and saving
|
2017-11-19 18:51:14 +00:00
|
|
|
- GameShark and Action Replay button support
|
2017-12-28 19:20:55 +00:00
|
|
|
- AGBPrint support
|
2017-12-29 21:38:46 +00:00
|
|
|
- Debugger: Conditional breakpoints and watchpoints
|
2018-01-10 16:54:23 +00:00
|
|
|
- Ability to select GB/GBC/SGB BIOS on console ports
|
2018-01-24 04:43:55 +00:00
|
|
|
- Optional automatic state saving/loading
|
2018-01-26 02:39:24 +00:00
|
|
|
- Access to ur0 and uma0 partitions on the Vita
|
2018-07-28 08:04:36 +00:00
|
|
|
- Partial support for MBC6, MMM01, TAMA and HuC-1 GB mappers
|
2018-08-31 01:56:13 +00:00
|
|
|
- GBA: ARMIPS/A22i-style and ELF symbol table support
|
2018-09-17 20:09:22 +00:00
|
|
|
- Initial Switch port
|
2017-07-09 04:13:54 +00:00
|
|
|
Bugfixes:
|
2019-01-27 00:06:06 +00:00
|
|
|
- ARM: Fix MSR when T bit is set
|
|
|
|
- Core: Fix audio sync breaking when interrupted
|
|
|
|
- Core: Fix ordering events when scheduling during events
|
|
|
|
- FFmpeg: Fix encoding audio/video queue issues
|
|
|
|
- GB: Revamp IRQ handling based on new information
|
|
|
|
- GB: Fix IRQ disabling on the same T-cycle as an assert
|
2017-07-09 04:32:51 +00:00
|
|
|
- GB Audio: Make audio unsigned with bias (fixes mgba.io/i/749)
|
2019-01-27 00:06:06 +00:00
|
|
|
- GB Audio: Clock frame events on DIV
|
|
|
|
- GB Audio: Fix channel 3 reset value
|
|
|
|
- GB Audio: Fix channel 4 initial LFSR
|
|
|
|
- GB Audio: Fix channel 1, 2 and 4 reset timing
|
|
|
|
- GB I/O: DMA register is R/W
|
|
|
|
- GB MBC: Improve multicart detection heuristic (fixes mgba.io/i/1177)
|
|
|
|
- GB, GBA Savedata: Fix savestate loading overwriting saves on reset
|
|
|
|
- GB, GBA Savedata: Fix unmasking savedata crash
|
2017-07-25 20:44:23 +00:00
|
|
|
- GB Serialize: Fix audio state loading
|
2017-08-19 19:01:04 +00:00
|
|
|
- GB Serialize: Fix game title check
|
2019-01-27 00:06:06 +00:00
|
|
|
- GB Serialize: Fix IRQ pending/EI pending confusion
|
|
|
|
- GB Timer: Minor accuracy improvements
|
|
|
|
- GB Video: Fix dot clock timing being slightly wrong
|
2017-10-18 04:25:35 +00:00
|
|
|
- GB Video: Fix loading states while in mode 3
|
2019-01-27 00:06:06 +00:00
|
|
|
- GB Video: Fix enabling window when LY > WY (fixes mgba.io/i/409)
|
|
|
|
- GB Video: Fix SCX timing
|
|
|
|
- GB, GBA Video: Don't call finishFrame twice in thread proxy
|
|
|
|
- GBA: Reset WAITCNT properly
|
|
|
|
- GBA BIOS: Fix BitUnPack final byte
|
|
|
|
- GBA BIOS: Fix BitUnPack narrowing
|
2017-11-01 23:55:31 +00:00
|
|
|
- GBA DMA: Fix invalid DMA reads (fixes mgba.io/i/142)
|
2019-01-27 00:06:06 +00:00
|
|
|
- GBA DMA: Fix temporal sorting of DMAs of different priorities
|
2018-04-30 03:18:45 +00:00
|
|
|
- GBA Hardware: Fix RTC overriding light sensor (fixes mgba.io/i/1069)
|
2019-01-27 00:06:06 +00:00
|
|
|
- GBA Hardware: Fix RTC handshake transition (fixes mgba.io/i/1134)
|
|
|
|
- GBA Memory: Fix Vast Fame support (taizou) (fixes mgba.io/i/1170)
|
2018-05-08 17:20:58 +00:00
|
|
|
- GBA Savedata: Fix savedata modified time updating when read-only
|
2018-06-23 21:54:31 +00:00
|
|
|
- GBA Serialize: Fix loading channel 3 volume (fixes mgba.io/i/1107)
|
2019-01-27 00:06:06 +00:00
|
|
|
- GBA Serialize: Fix loading states in Hblank
|
2018-06-24 15:17:00 +00:00
|
|
|
- GBA SIO: Fix unconnected SIOCNT for multi mode (fixes mgba.io/i/1105)
|
2019-01-27 00:06:06 +00:00
|
|
|
- GBA Timer: Fix timers sometimes being late (fixes mgba.io/i/1012)
|
|
|
|
- GBA Video: Don't mask out high bits of BLDY (fixes mgba.io/i/899)
|
|
|
|
- GBA Video: Add delay when enabling BGs (fixes mgba.io/i/744, mgba.io/i/752)
|
|
|
|
- GBA Video: Start timing mid-scanline when skipping BIOS
|
2018-07-21 00:16:58 +00:00
|
|
|
- GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1126)
|
2018-08-04 17:16:31 +00:00
|
|
|
- GBA Video: Make layer disabling work consistently
|
2018-09-15 03:22:23 +00:00
|
|
|
- PSP2: Fix more issues causing poor audio
|
2019-01-27 00:06:06 +00:00
|
|
|
- Qt: Fix GL display when loading a game from CLI (fixes mgba.io/i/843)
|
|
|
|
- Qt: Improve FPS timer stability
|
2018-09-23 20:26:32 +00:00
|
|
|
- Util: Fix wrapping edge cases in RingFIFO
|
2017-07-04 06:53:01 +00:00
|
|
|
Misc:
|
2019-01-27 00:06:06 +00:00
|
|
|
- 3DS: Remove deprecated CSND interface
|
2017-07-09 17:53:30 +00:00
|
|
|
- All: Make FIXED_ROM_BUFFER an option instead of 3DS-only
|
2019-01-27 00:06:06 +00:00
|
|
|
- Core: Remove broken option for whether rewinding restores save games
|
|
|
|
- Feature: Added loading savestates from command line
|
|
|
|
- FFmpeg: Support libswresample (fixes mgba.io/i/1120, mgba.io/b/123)
|
|
|
|
- FFmpeg: Support lossless h.264 encoding
|
|
|
|
- FFmpeg: Support lossless VP9 encoding
|
2017-11-26 02:00:06 +00:00
|
|
|
- GBA Cheats: Allow multiple ROM patches in the same slot
|
2018-01-08 16:39:26 +00:00
|
|
|
- GB: Skip BIOS option now works
|
2019-01-27 00:06:06 +00:00
|
|
|
- GB: Fix VRAM/palette locking (fixes mgba.io/i/1109)
|
|
|
|
- GB Audio: Improved audio quality
|
|
|
|
- GB, GBA Audio: Increase max audio volume
|
|
|
|
- GB MBC: Remove erroneous bank 0 wrapping
|
|
|
|
- GB Video: Darken colors in GBA mode
|
|
|
|
- GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)
|
|
|
|
- GBA: Implement display start DMAs
|
|
|
|
- GBA: Improve multiboot image detection
|
2018-01-14 18:38:47 +00:00
|
|
|
- GBA Memory: 64 MiB GBA Video cartridge support
|
2019-01-27 00:06:06 +00:00
|
|
|
- GBA Savedata: Remove ability to disable realistic timing
|
|
|
|
- GBA Timer: Use global cycles for timers
|
|
|
|
- Libretro: Add frameskip option
|
|
|
|
- mGUI: Add fast forward toggle
|
2018-01-21 08:45:15 +00:00
|
|
|
- PSP2: Use system enter key by default
|
2019-01-27 00:06:06 +00:00
|
|
|
- Python: Integrate tests from cinema test suite
|
|
|
|
- Qt: Redo GameController into multiple classes
|
|
|
|
- Qt: Prevent window from being created off-screen
|
|
|
|
- Qt: Add option to disable FPS display
|
2018-04-27 01:38:02 +00:00
|
|
|
- Qt: Options to mess around with layer placement
|
2018-05-08 17:30:47 +00:00
|
|
|
- Qt: Add load alternate save option
|
2018-07-22 17:30:45 +00:00
|
|
|
- Qt: Allow pausing game at load (fixes mgba.io/i/1129)
|
2018-09-16 20:38:23 +00:00
|
|
|
- Qt: Clean up FPS target UI (fixes mgba.io/i/436)
|
2019-01-27 00:06:06 +00:00
|
|
|
- Test: Restructure test suite into multiple executables
|
|
|
|
- Util: Don't build crc32 if the function already exists
|
|
|
|
- Wii: Move audio handling to callbacks (fixes mgba.io/i/803)
|
2018-09-25 18:16:30 +00:00
|
|
|
Changes from beta 1:
|
2018-09-25 22:15:22 +00:00
|
|
|
Features:
|
|
|
|
- Libretro: Add Game Boy cheat support
|
2018-09-28 17:58:24 +00:00
|
|
|
- Qt: Separate fast forward volume control (fixes mgba.io/i/846, mgba.io/i/1143)
|
2018-09-30 06:11:16 +00:00
|
|
|
- Switch: Rumble support
|
2018-09-30 21:05:06 +00:00
|
|
|
- Switch: Rotation support
|
2018-11-17 22:48:03 +00:00
|
|
|
- Switch: Screen stretching options
|
2018-10-02 16:39:27 +00:00
|
|
|
- Qt: State file load/save menu options
|
2018-10-04 19:09:54 +00:00
|
|
|
- Windows installer
|
2018-10-05 20:15:08 +00:00
|
|
|
- Tile viewer now has adjustable width
|
2018-10-07 22:21:52 +00:00
|
|
|
- Python: Experimental audio API
|
2018-09-25 18:16:30 +00:00
|
|
|
Bugfixes:
|
2018-09-26 16:17:06 +00:00
|
|
|
- 3DS: Fix unused screens not clearing (fixes mgba.io/i/1184)
|
2019-01-27 00:06:06 +00:00
|
|
|
- Core: Remember to deinit proxy ring FIFO
|
|
|
|
- Core: Reroot timing list when (de)scheduling
|
2018-09-29 19:55:31 +00:00
|
|
|
- GB, GBA: Fix broken opposing button filter (fixes mgba.io/i/1191)
|
2019-01-27 00:06:06 +00:00
|
|
|
- GB MBC: Fix MBC30 SRAM
|
|
|
|
- GB, GBA Savedata: Fix leaks when loading masked save (fixes mgba.io/i/1197)
|
|
|
|
- GB Video: Fix SGB border hole size
|
|
|
|
- GB Video: Changing LYC while LCDC off doesn't affect STAT (fixes mgba.io/i/1224)
|
|
|
|
- GBA: Fix GB Player features
|
|
|
|
- GBA I/O: SOUNDCNT_HI is readable when sound is off
|
|
|
|
- GBA Savedata: Fix EEPROM writing codepath when savetype is not EEPROM
|
|
|
|
- GBA Video: Fix caching with background toggling (fixes mgba.io/i/1118)
|
|
|
|
- Libretro: Fix adding codes with hooks
|
|
|
|
- PSP2: Fix audio crackling after fast forward
|
|
|
|
- PSP2: Fix audio crackling when buffer is full
|
2018-09-30 20:34:26 +00:00
|
|
|
- Qt: Fix jumbled background when paused
|
2018-09-30 23:14:17 +00:00
|
|
|
- Qt: Fix FPS counter on Windows
|
2018-10-02 17:00:57 +00:00
|
|
|
- Qt: Fix focus issues with load/save state overlay
|
2019-01-27 00:06:06 +00:00
|
|
|
- Switch: Fix incorrect mapping for fast forward cap
|
|
|
|
- Wii: Fix drawing caching regression (fixes mgba.io/i/1185)
|
2018-10-09 03:18:00 +00:00
|
|
|
- PSP2: Fix tearing issues (fixes mgba.io/i/1211)
|
2018-10-14 21:17:43 +00:00
|
|
|
- Qt: Fix mapping analog triggers (fixes mgba.io/i/495)
|
2018-10-16 15:51:10 +00:00
|
|
|
- Qt: Grab focus when game starts (fixes mgba.io/i/804)
|
2019-01-12 23:56:29 +00:00
|
|
|
- Qt: Ensure FATAL logs reach log view
|
2019-01-27 00:06:06 +00:00
|
|
|
- SDL: Fix handling of invalid gamepads (fixes mgba.io/i/1239)
|
2018-09-27 00:06:04 +00:00
|
|
|
Misc:
|
2019-01-27 00:06:06 +00:00
|
|
|
- CMake: Fix libswresample version dependencies (fixes mgba.io/i/1229)
|
|
|
|
- Debugger: Minor text fixes
|
|
|
|
- Debugger: Readability improvements (fixes mgba.io/i/1238)
|
|
|
|
- GB: Improved SGB2 support
|
|
|
|
- GB Audio: Skip frame if enabled when clock is high
|
|
|
|
- Libretro: Reduce rumble callbacks
|
2018-09-27 00:06:04 +00:00
|
|
|
- mGUI: Add SGB border configuration option
|
2018-09-29 18:09:16 +00:00
|
|
|
- mGUI: Add support for different settings types
|
2019-01-27 00:06:06 +00:00
|
|
|
- Python: Minor API improvements
|
2018-10-01 19:07:56 +00:00
|
|
|
- Qt: Ensure camera image is valid
|
2018-10-07 01:23:11 +00:00
|
|
|
- Qt: Debugger console history
|
2018-10-07 04:06:52 +00:00
|
|
|
- Qt: Detect presence of GL_ARB_framebuffer_object
|
2018-10-17 16:10:50 +00:00
|
|
|
- Qt: Minor memory view tweaks
|
2019-01-05 05:48:21 +00:00
|
|
|
- Res: Improve modeling of AGB/AGS screen in shaders
|
2019-01-27 00:06:06 +00:00
|
|
|
- Wii: Define _GNU_SOURCE (fixes mgba.io/i/1106)
|
|
|
|
- Wii: Expose stretch configuration in settings
|
|
|
|
- Wii: Stretch now sets pixel-accurate mode size cap
|
2017-10-01 18:31:23 +00:00
|
|
|
|
2018-09-29 01:08:03 +00:00
|
|
|
0.7 beta 1: (2018-09-24)
|
2018-09-29 17:20:08 +00:00
|
|
|
- Initial beta for 0.7
|
2018-09-25 00:21:24 +00:00
|
|
|
|
|
|
|
0.6.3: (2018-04-14)
|
2018-04-22 01:02:20 +00:00
|
|
|
Bugfixes:
|
|
|
|
- GB Audio: Revert unsigned audio changes
|
|
|
|
- GB Video: Fix bad merge (fixes mgba.io/i/1040)
|
|
|
|
- GBA Video: Fix OBJ blending regression (fixes mgba.io/i/1037)
|
|
|
|
|
2018-09-25 00:21:24 +00:00
|
|
|
0.6.2: (2018-04-03)
|
2018-04-04 02:44:23 +00:00
|
|
|
Bugfixes:
|
|
|
|
- Core: Fix ROM patches not being unloaded when disabled (fixes mgba.io/i/962)
|
|
|
|
- 3DS: Fix opening files in directory names with trailing slashes
|
|
|
|
- LR35902: Fix watchpoints not reporting new value
|
|
|
|
- GB MBC: Fix MBC2 saves (fixes mgba.io/i/954)
|
|
|
|
- GB Memory: HDMAs should not start when LCD is off (fixes mgba.io/i/310)
|
|
|
|
- GB Memory: Fix OAM DMA blocking regions (fixes mgba.io/i/1013)
|
|
|
|
- GB Video: Only trigger STAT write IRQs when screen is on (fixes mgba.io/i/912)
|
|
|
|
- GBA: Fix some GBA ROM misdetection (fixes mgba.io/i/978)
|
|
|
|
- GBA: Fix SharkPort saves for EEPROM games
|
|
|
|
- GBA Audio: Increase PSG volume (fixes mgba.io/i/932)
|
|
|
|
- GBA BIOS: Fix incorrect exit condition in LZ77
|
|
|
|
- GBA Cheats: Fix PARv3 slide codes (fixes mgba.io/i/919)
|
|
|
|
- GBA Cheats: Fix slide codes not initializing properly
|
|
|
|
- GBA DMA: ROM reads are forced to increment
|
|
|
|
- GBA Hardware: RTC accuracy improvements
|
|
|
|
- GBA I/O: Fix writing to DISPCNT CGB flag (fixes mgba.io/i/902)
|
|
|
|
- GBA Memory: Fix copy-on-write memory leak
|
|
|
|
- GBA Memory: Partially revert prefetch changes (fixes mgba.io/i/840)
|
|
|
|
- GBA Savedata: Fix crash when resizing flash
|
|
|
|
- GBA Video: Force align 256-color tiles
|
|
|
|
- GBA Video: OBJWIN can change blend params after OBJ is drawn (fixes mgba.io/i/921)
|
|
|
|
- PSP2: Fix issues causing poor audio
|
|
|
|
- Python: Fix package directory
|
|
|
|
- Qt: Fix locale being set to English on settings save (fixes mgba.io/i/906)
|
|
|
|
- Qt: Fix opening in fullscreen (fixes mgba.io/i/993)
|
|
|
|
- Wii: Fix screen tear when unpausing
|
|
|
|
- Wii: Fix various setup and teardown drawing issues (fixes mgba.io/i/988)
|
|
|
|
Misc:
|
|
|
|
- 3DS: Scale font based on glyph heights (fixes mgba.io/i/961)
|
|
|
|
- GB MBC: Remove erroneous bank 0 wrapping
|
|
|
|
- GBA: Improve multiboot image detection
|
|
|
|
- PSP2: Use system enter key by default
|
|
|
|
|
2017-10-01 18:31:23 +00:00
|
|
|
0.6.1: (2017-10-01)
|
|
|
|
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)
|
|
|
|
- Python: Fix importing .gb or .gba before .core
|
|
|
|
- Qt: Fix command line debugger closing second game
|
|
|
|
- Qt: Fix LOG argument order
|
|
|
|
- Qt: Fix timezone issues with time overrides
|
|
|
|
- Qt: Fix sprite export pausing game indefinitely (fixes mgba.io/i/841)
|
|
|
|
- SDL: Fix potential race condition when pressing keys (fixes mgba.io/i/872)
|
|
|
|
Misc:
|
2017-09-16 17:00:09 +00:00
|
|
|
- CMake: Fix CPack dependencies for libpng 1.6
|
2017-10-01 18:31:23 +00:00
|
|
|
- GBA: Detect hardware for Pokémon FireRed ROM hacks
|
2017-09-28 06:17:48 +00:00
|
|
|
- GBA Cheats: Improve detection of raw cheats
|
2017-10-01 18:31:23 +00:00
|
|
|
- Qt: Don't rebuild library view if style hasn't changed
|
|
|
|
- Qt: Allow overrides to be saved before a game is loaded
|
2017-09-30 18:16:31 +00:00
|
|
|
- Qt: Hide mouse immediately when loading
|
2017-10-01 18:31:23 +00:00
|
|
|
- SDL: Fix 2.0.5 build on macOS under some circumstances
|
|
|
|
- VFS: Make VFile.truncate work growing files on PSV (fixes mgba.io/i/885)
|
2017-07-04 06:53:01 +00:00
|
|
|
|
2017-07-16 19:04:50 +00:00
|
|
|
0.6.0: (2017-07-16)
|
2016-09-28 21:37:48 +00:00
|
|
|
Features:
|
2017-07-11 17:53:31 +00:00
|
|
|
- Library view
|
2016-10-21 08:53:51 +00:00
|
|
|
- Sprite viewer
|
2016-10-27 17:36:57 +00:00
|
|
|
- Debugging console
|
2016-11-02 00:45:37 +00:00
|
|
|
- Improved memory viewer
|
2017-07-11 17:53:31 +00:00
|
|
|
- Memory search
|
2017-04-12 05:20:37 +00:00
|
|
|
- Command line ability to override configuration values
|
2017-04-13 07:28:28 +00:00
|
|
|
- Add option to allow preloading the entire ROM before running
|
2017-07-11 17:53:31 +00:00
|
|
|
- Add option for whether rewinding restores save games
|
|
|
|
- Savestates now contain any RTC override data
|
2017-04-22 01:13:16 +00:00
|
|
|
- Add option to lock video to integer scaling
|
2017-07-11 17:53:31 +00:00
|
|
|
- LR35902: Watchpoints
|
|
|
|
- LR35902/GB-Z80 disassembler
|
|
|
|
- GB: Tile viewer
|
|
|
|
- GB: Video/audio channel enabling/disabling
|
2017-05-23 04:57:20 +00:00
|
|
|
- GB: Symbol table support
|
2017-05-31 05:28:23 +00:00
|
|
|
- GB MBC: Add MBC1 multicart support
|
2017-07-11 17:53:31 +00:00
|
|
|
- GBA: Support printing debug strings from inside a game
|
|
|
|
- GBA: Better cheat type autodetection
|
2017-06-11 21:51:48 +00:00
|
|
|
- Implement keypad interrupts
|
2017-07-11 17:53:31 +00:00
|
|
|
- Configuration of gamepad hats
|
|
|
|
- Video log recording for testing and bug reporting
|
|
|
|
- Debugger: Segment/bank support
|
2017-06-11 16:26:26 +00:00
|
|
|
- Debugger: Execution tracing
|
2017-07-11 17:53:31 +00:00
|
|
|
- Qt: German translation (by Lothar Serra Mari)
|
|
|
|
- Qt: Spanish translation (by Kevin López)
|
2017-07-04 17:04:09 +00:00
|
|
|
- Qt: Italian translation (by theheroGAC)
|
2016-09-20 06:54:50 +00:00
|
|
|
Bugfixes:
|
2017-01-01 22:46:58 +00:00
|
|
|
- ARM7: Fix MLA/*MULL/*MLAL timing
|
2017-07-11 17:53:31 +00:00
|
|
|
- Core: Fix crash with rewind if savestates shrink
|
|
|
|
- Core: Fix interrupting a thread while on the thread (fixes mgba.io/i/692)
|
|
|
|
- Core: Fix directory sets crashing on close if base isn't properly detached
|
|
|
|
- FFmpeg: Fix overflow and general issues with audio encoding
|
|
|
|
- GB: Fix flickering when screen is strobed quickly
|
|
|
|
- GB: Fix STAT blocking
|
|
|
|
- GB MBC: Fix ROM bank overflows getting set to bank 0
|
|
|
|
- GB MBC: Fix swapping carts not detect new MBC
|
|
|
|
- GB Timer: Improve DIV reset behavior
|
|
|
|
- GB Timer: Fix DIV batching if TAC changes
|
|
|
|
- GB Video: Reset renderer when loading state
|
2017-01-02 06:04:04 +00:00
|
|
|
- GBA: Fix multiboot ROM loading
|
2017-07-11 17:53:31 +00:00
|
|
|
- GBA: Fix multiboot loading resulting in too small WRAM
|
|
|
|
- GBA BIOS: Implement BitUnPack
|
|
|
|
- GBA BIOS: Fix ArcTan sign in HLE BIOS
|
|
|
|
- GBA BIOS: Fix ArcTan2 sign in HLE BIOS (fixes mgba.io/i/689)
|
|
|
|
- GBA BIOS: Fix INT_MIN/-1 crash
|
|
|
|
- GBA Hardware: Fix crash if a savestate lies about game hardware
|
|
|
|
- GBA I/O: Handle audio registers specially when deserializing
|
|
|
|
- GBA Memory: Improve initial skipped BIOS state
|
|
|
|
- GBA Savedata: Fix savedata unmasking (fixes mgba.io/i/441)
|
|
|
|
- GBA Savedata: Update and fix Sharkport importing (fixes mgba.io/i/658)
|
|
|
|
- GBA Video: Fix wrong palette on 256-color sprites in OBJWIN
|
|
|
|
- GBA Video: Don't update background scanline params in mode 0 (fixes mgba.io/i/377)
|
2017-01-05 00:02:22 +00:00
|
|
|
- Libretro: Fix saving in GB games (fixes mgba.io/i/486)
|
2017-07-11 17:53:31 +00:00
|
|
|
- LR35902: Fix core never exiting with certain event patterns
|
2017-01-11 09:35:06 +00:00
|
|
|
- LR35902: Fix pc overflowing current region off-by-one
|
2017-07-11 17:53:31 +00:00
|
|
|
- LR35902: Fix decoding LD r, $imm and 0-valued immediates (fixes mgba.io/i/735)
|
|
|
|
- OpenGL: Fix some shaders causing offset graphics
|
|
|
|
- GB Timer: Fix sub-M-cycle DIV reset timing and edge triggering
|
|
|
|
- Qt: Fix window icon being stretched
|
|
|
|
- Qt: Fix data directory path
|
2017-01-20 23:26:41 +00:00
|
|
|
- Qt: Fix timing issues on high refresh rate monitors
|
2017-02-07 23:42:39 +00:00
|
|
|
- Qt: Fix linking after some windows have been closed
|
2017-04-06 18:54:13 +00:00
|
|
|
- Qt: Fix crash when changing audio settings after a game is closed
|
2017-04-21 23:21:50 +00:00
|
|
|
- Qt: Ensure CLI backend is attached when submitting commands (fixes mgba.io/i/662)
|
2017-07-11 17:53:31 +00:00
|
|
|
- Qt: Disable "New multiplayer window" when MAX_GBAS is reached (fixes mgba.io/i/107)
|
|
|
|
- Qt: Fix game unpausing after frame advancing and refocusing
|
|
|
|
- SDL: Fix game crash check
|
|
|
|
- SDL: Fix race condition with audio thread when starting
|
2017-07-12 16:01:34 +00:00
|
|
|
- SDL: Fix showing version number
|
2017-04-18 10:36:48 +00:00
|
|
|
- Test: Fix crash when loading invalid file
|
2017-04-24 20:35:28 +00:00
|
|
|
- Test: Fix crash when fuzzing fails to load a file
|
2017-04-18 09:53:22 +00:00
|
|
|
- Test: Don't rely on core for frames elapsed
|
2017-04-18 10:36:48 +00:00
|
|
|
- Test: Fix crash when loading invalid file
|
2017-04-24 20:35:28 +00:00
|
|
|
- Test: Fix crash when fuzzing fails to load a file
|
2017-07-11 17:53:31 +00:00
|
|
|
- Tools: Fix recurring multiple times over the same library
|
|
|
|
- Util: Fix overflow when loading invalid UPS patches
|
|
|
|
- Util: Fix highest-fd socket not being returned by SocketAccept
|
|
|
|
- Windows: Fix VDir.rewind
|
2016-10-05 20:43:03 +00:00
|
|
|
Misc:
|
2017-07-11 17:53:31 +00:00
|
|
|
- All: Add C++ header guards
|
|
|
|
- All: Move time.h include to common.h
|
|
|
|
- 3DS, PSP2, Wii: Last directory loaded is saved
|
|
|
|
- CMake: Add ability to just print version string
|
|
|
|
- Core: New, faster event timing subsystem
|
2016-10-27 04:41:44 +00:00
|
|
|
- Core: Clean up some thread state checks
|
2017-07-11 17:53:31 +00:00
|
|
|
- Core: Add generic checksum function
|
|
|
|
- Core: Cores can now have multiple sets of callbacks
|
|
|
|
- Core: Restore sleep callback
|
|
|
|
- Core: Move rewind diffing to its own thread
|
|
|
|
- Core: Ability to enumerate and modify video and audio channels
|
|
|
|
- Core: List memory segments in the core
|
|
|
|
- Core: Move savestate creation time to extdata
|
|
|
|
- Core: Config values can now be hexadecimal
|
|
|
|
- Core: Improved threading interrupted detection
|
|
|
|
- Debugger: Modularize CLI debugger
|
2016-10-27 06:28:25 +00:00
|
|
|
- Debugger: Make building with debugging aspects optional
|
2017-07-11 17:53:31 +00:00
|
|
|
- Debugger: Add functions for read- or write-only watchpoints
|
|
|
|
- Debugger: Make attaching a backend idempotent
|
|
|
|
- Debugger: Add mDebuggerRunFrame convenience function
|
|
|
|
- Feature: Move game database from flatfile to SQLite3
|
|
|
|
- Feature: Support ImageMagick 7
|
|
|
|
- Feature: Make -l option explicit
|
|
|
|
- FFmpeg: Return false if a file fails to open
|
|
|
|
- FFmpeg: Force MP4 files to YUV420P
|
|
|
|
- GB: Trust ROM header for number of SRAM banks (fixes mgba.io/i/726)
|
|
|
|
- GB: Reset with initial state of DIV register
|
|
|
|
- GB MBC: New MBC7 implementation
|
2016-12-22 02:44:08 +00:00
|
|
|
- GB Audio: Simplify envelope code
|
2016-12-22 08:12:47 +00:00
|
|
|
- GB Audio: Improve initial envelope samples
|
2017-07-11 17:53:31 +00:00
|
|
|
- GB Audio: Start implementing "zombie" audio (fixes mgba.io/i/389)
|
|
|
|
- GB Video: Improved video timings
|
|
|
|
- GBA: Ignore invalid opcodes used by the Wii U VC emulator
|
|
|
|
- GBA, GB: ROM is now unloaded if a patch is applied
|
2016-12-14 02:17:22 +00:00
|
|
|
- GBA DMA: Refactor DMA out of memory.c
|
2016-12-14 03:11:06 +00:00
|
|
|
- GBA DMA: Move DMAs to using absolute timing
|
2016-12-27 10:11:54 +00:00
|
|
|
- GBA I/O: Clear JOYSTAT RECV flag when reading JOY_RECV registers
|
2016-12-27 11:48:41 +00:00
|
|
|
- GBA I/O: Set JOYSTAT TRANS flag when writing JOY_TRANS registers
|
2017-07-11 17:53:31 +00:00
|
|
|
- GBA Memory: Support for Mo Jie Qi Bing by Vast Fame (taizou)
|
|
|
|
- GBA Memory: Support reading/writing POSTFLG
|
|
|
|
- GBA Memory: Remove unused prefetch cruft
|
|
|
|
- GBA Timer: Improve accuracy of timers
|
|
|
|
- GBA Video: Clean up unused timers
|
|
|
|
- GBA Video: Allow multiple handles into the same tile cache
|
|
|
|
- GBA Video, GB Video: Colors are now fully scaled
|
|
|
|
- GBA Video: Optimize when BLD* registers are written frequently
|
|
|
|
- OpenGL: Add xBR-lv2 shader
|
|
|
|
- Qt: Move last directory setting from qt.ini to config.ini
|
2017-01-05 08:39:30 +00:00
|
|
|
- Qt: Improved HiDPI support
|
2017-01-10 07:44:46 +00:00
|
|
|
- Qt: Expose configuration directory
|
2017-01-24 06:18:14 +00:00
|
|
|
- Qt: Merge "Save" and "OK" buttons in shader options
|
2017-01-24 07:38:13 +00:00
|
|
|
- Qt: Automatically load controller profile when plugged in
|
2017-02-03 00:37:48 +00:00
|
|
|
- Qt: Rename "Resample video" option to "Bilinear filtering"
|
2017-03-24 20:24:02 +00:00
|
|
|
- Qt: Remove audio thread
|
2017-03-24 20:59:21 +00:00
|
|
|
- Qt: Remove audio buffer sizing in AudioProcessorQt
|
2017-03-24 21:00:07 +00:00
|
|
|
- Qt: Re-enable QtMultimedia on Windows
|
2017-04-05 20:17:11 +00:00
|
|
|
- Qt: Make "Mute" able to be bound to a key
|
2017-04-11 20:30:42 +00:00
|
|
|
- Qt: Add .gb/.gbc files to the extension list in Info.plist
|
2017-05-16 20:57:36 +00:00
|
|
|
- Qt: Relax hard dependency on OpenGL
|
2017-06-25 23:04:56 +00:00
|
|
|
- Qt: Better highlight active key in control binding
|
2017-07-11 17:53:31 +00:00
|
|
|
- SDL: Remove scancode key input
|
|
|
|
- SDL: Automatically map controllers when plugged in
|
|
|
|
- Test: Add a basic test suite
|
|
|
|
- Util: Add size counting to Table
|
|
|
|
- Util: Add 8-bit PNG write support
|
|
|
|
- Util: Tune patch-fast extent sizes
|
|
|
|
- VFS: Call msync when syncing mapped data
|
|
|
|
- VFS: Allow truncating memory chunk VFiles
|
|
|
|
- VFS: Fix some minor VFile issues with FILEs
|
|
|
|
- VFS: Optimize expanding in-memory files
|
|
|
|
- VFS: Add VFileFIFO for operating on circle buffers
|
|
|
|
Changes from beta 1:
|
2017-07-04 17:04:09 +00:00
|
|
|
Features:
|
|
|
|
- Qt: Italian translation (by theheroGAC)
|
2017-07-06 18:27:42 +00:00
|
|
|
- Qt: Updated German translation
|
2017-06-30 07:09:07 +00:00
|
|
|
Bugfixes:
|
2017-07-11 17:53:31 +00:00
|
|
|
- GB Audio: Fix incorrect channel 4 iteration
|
|
|
|
- GB Audio: Fix zombie mode bit masking
|
|
|
|
- GB Serialize: Fix timer serialization
|
|
|
|
- GB Video: Fix LYC regression
|
|
|
|
- GBA SIO: Improve SIO Normal dummy driver (fixes mgba.io/i/520)
|
|
|
|
- GBA Timer: Fix count-up timing overflowing timer 3
|
|
|
|
- PSP2: Use custom localtime_r since newlib version is broken (fixes mgba.io/i/560)
|
2017-06-30 07:09:07 +00:00
|
|
|
- Qt: Fix memory search close button (fixes mgba.io/i/769)
|
2017-06-30 17:02:24 +00:00
|
|
|
- Qt: Fix window icon being stretched
|
2017-06-30 18:24:50 +00:00
|
|
|
- Qt: Fix initial window size (fixes mgba.io/i/766)
|
2017-07-01 07:28:42 +00:00
|
|
|
- Qt: Fix data directory path
|
2017-07-03 00:00:44 +00:00
|
|
|
- Qt: Fix controls not saving on non-SDL builds
|
2017-07-06 18:13:28 +00:00
|
|
|
- Qt: Fix translation initialization (fixes mgba.io/i/776)
|
2017-07-08 20:50:46 +00:00
|
|
|
- Qt: Fix patch loading while a game is running
|
2017-07-08 20:54:20 +00:00
|
|
|
- Qt: Fix shader selector on Ubuntu (fixes mgba.io/i/767)
|
2017-07-11 04:59:49 +00:00
|
|
|
- Core: Fix rewinding getting out of sync (fixes mgba.io/i/791)
|
2017-07-11 16:59:01 +00:00
|
|
|
- Qt: Fix GL-less build
|
2017-07-11 17:36:12 +00:00
|
|
|
- Qt: Fix Software renderer not handling alpha bits properly
|
2017-07-16 19:04:50 +00:00
|
|
|
- Qt: Fix screen background improperly stretching
|
|
|
|
- SDL: Fix cheats not loading
|
2017-06-30 18:00:58 +00:00
|
|
|
Misc:
|
2017-07-11 17:53:31 +00:00
|
|
|
- GB Serialize: Add MBC state serialization
|
|
|
|
- GBA Memory: Call crash callbacks regardless of if hard crash is enabled
|
2017-07-02 17:06:05 +00:00
|
|
|
- GBA Timer: Improve accuracy of timers
|
2017-07-06 19:26:43 +00:00
|
|
|
- PSP2: Update toolchain to use vita.cmake
|
2017-07-11 17:53:31 +00:00
|
|
|
- Qt: Add language selector
|
|
|
|
- Qt: Minor test fixes
|
2017-07-07 19:17:47 +00:00
|
|
|
- Qt: Move shader settings into main settings window
|
2017-07-09 00:24:49 +00:00
|
|
|
- Qt: Dismiss game crashing/failing dialogs when a new game loads
|
2017-07-11 00:05:08 +00:00
|
|
|
- Qt: Properly ship Qt translations
|
2017-07-11 17:53:31 +00:00
|
|
|
- SDL: Remove writing back obtained samples (fixes mgba.io/i/768)
|
2017-06-30 07:09:07 +00:00
|
|
|
|
2017-06-30 02:16:15 +00:00
|
|
|
0.6 beta 1: (2017-06-29)
|
2017-06-30 07:09:07 +00:00
|
|
|
- Initial beta for 0.6
|
2017-06-30 02:16:15 +00:00
|
|
|
|
2016-12-31 09:56:26 +00:00
|
|
|
0.5.2: (2016-12-31)
|
|
|
|
Bugfixes:
|
|
|
|
- All: Fix fullscreen config option being ignored
|
|
|
|
- ARM7: PSR mode bits should not get sign extended
|
|
|
|
- GB: Fix audio not being deinitialized
|
|
|
|
- GB: Fix crash when masking savedata
|
|
|
|
- GB: Properly initialize sramRealVf variable
|
|
|
|
- GB Audio: Fix serialization of channel 3 and NR52 properties
|
|
|
|
- GB Audio: Reset envelope timer when reseting sound channel
|
|
|
|
- GB MBC: Fix SRAM dangling pointer with RTC games
|
|
|
|
- GB MBC: Fix initializing MBC when no ROM is loaded
|
|
|
|
- GB Memory: Fix patching ROM bank 0
|
|
|
|
- GB Memory: Fix starting HDMAs during mode 0
|
|
|
|
- GB Memory: Fix HDMA5 value after DMA completes
|
|
|
|
- GB Video: Initialize LCDC in renderer
|
|
|
|
- GB Video: Hblank IRQs should mask LYC=LY IRQs
|
|
|
|
- GBA: Fix IRQs firing after already being cleared
|
|
|
|
- GBA: Only unhalt CPU if appropriate bit is set in IE
|
|
|
|
- GBA: Add savegame override for Crash Bandicoot 2
|
|
|
|
- GBA BIOS: Fix MidiKey2Freq BIOS reads
|
|
|
|
- GBA BIOS: Fix invalid CpuSet not setting BIOS prefetch
|
|
|
|
- GBA Cheats: Fix GameShark ROM patches
|
|
|
|
- GBA I/O: Mask off WAITCNT bits that cannot be written
|
|
|
|
- GBA Memory: Fix misaligned BIOS reads
|
|
|
|
- GBA Memory: Fix VCOUNT being writable
|
|
|
|
- GBA Video: Fix out of bounds sprite transforms
|
|
|
|
- Libretro: Fix unterminated SET_INPUT_DESCRIPTORS
|
|
|
|
- Libretro: Fix disabling BIOS
|
|
|
|
- Libretro: Fix Game Boy savestates and audio
|
|
|
|
- Qt: Fix changing resolution of software renderer
|
|
|
|
- Qt: Fix setting overrides
|
|
|
|
- Qt: Fix cut off tiles and alignment issues in tile viewer
|
|
|
|
- Qt: Only reset window dimensions when first shown
|
|
|
|
- Qt: Fix Qt Multimedia audio driver on big endian
|
|
|
|
- Qt: Fix Apply button for key and controller configurations
|
|
|
|
- VFS: Fix resizing memory chunks when not needed
|
|
|
|
- Windows: Fix Unicode directory handling
|
|
|
|
Misc:
|
|
|
|
- GB, GBA: Prevent loading null ROMs
|
|
|
|
- GB Audio: Initialize wave RAM to GBC values
|
|
|
|
- GB Memory: Reset ROM bank when loading a ROM
|
|
|
|
- PSP2: Improved controller rumble
|
|
|
|
|
2016-10-05 20:43:03 +00:00
|
|
|
0.5.1: (2016-10-05)
|
|
|
|
Bugfixes:
|
|
|
|
- Core: Fix importing save games as read-only
|
|
|
|
- FFmpeg: Fix encoding AAC
|
|
|
|
- GB: Fix invalid STOP behavior on Game Boy Color
|
|
|
|
- GB: Initialize audio properly
|
|
|
|
- GB: Properly clear KEY1 bit 0 when switching speeds
|
|
|
|
- GB: Properly unload save files when unloading a ROM
|
|
|
|
- GB, GBA: Fix emulator hardlocking when halting with IRQs off
|
2016-09-20 06:54:50 +00:00
|
|
|
- GB MBC: Fix MBC7 when size is incorrectly specified
|
2016-10-05 20:43:03 +00:00
|
|
|
- GB MBC: Fix RTC access when no save file is loaded
|
|
|
|
- GB SIO: Don't auto-clock external shift clock
|
2016-09-20 17:44:49 +00:00
|
|
|
- GB Video: Setting LYC=LY during mode 2 should trigger an IRQ
|
2016-09-21 21:10:42 +00:00
|
|
|
- GB Video: Fix video frames getting missed when LCDC is off
|
2016-09-21 21:34:50 +00:00
|
|
|
- GB Video: Clear screen when LCDC is off
|
2016-10-05 20:43:03 +00:00
|
|
|
- GBA Cheats: Fix holding onto pointers that may get invalidated
|
2016-09-22 06:30:12 +00:00
|
|
|
- GBA Cheats: Fix key-activated CodeBreaker cheats
|
2016-09-27 17:20:03 +00:00
|
|
|
- GBA Cheats: Fix uninitialized memory getting freed when saving
|
2016-10-05 20:43:03 +00:00
|
|
|
- GBA Hardware: Improve Game Boy Player rumble behavior
|
2016-09-28 19:37:39 +00:00
|
|
|
- GBA Memory: Fix several unused I/O register read values
|
2016-10-05 20:43:03 +00:00
|
|
|
- GBA Savedata: Fix loading savestates with 512Mb Flash saves
|
|
|
|
- LR35902: Fix events running with the wrong cycle active
|
|
|
|
- Qt: Fix "close" button on Overrides view
|
|
|
|
- Qt: Fix saving overrides
|
|
|
|
- Qt: Fix directory set unloading when replacing the ROM
|
2016-09-30 16:09:55 +00:00
|
|
|
- Qt: Fix patch loading
|
2016-10-04 20:09:02 +00:00
|
|
|
- Qt: Fix crash when saving an override if a game isn't loaded
|
2016-10-05 17:16:32 +00:00
|
|
|
- Qt: Fix showing default display driver as OpenGL (force 1.x)
|
2016-10-05 20:43:03 +00:00
|
|
|
- SDL: Attach rumble in SDL frontend
|
|
|
|
- Util: Fix PNG identification on files too small to be a PNG
|
2016-09-20 02:49:58 +00:00
|
|
|
Misc:
|
|
|
|
- All: Only update version info if needed
|
2016-10-05 20:43:03 +00:00
|
|
|
- All: Split out install locations for Libretro and OpenEmu
|
2016-09-21 21:09:49 +00:00
|
|
|
- FFmpeg: Encoding cleanup
|
2016-10-05 20:43:03 +00:00
|
|
|
- GB: Reset active region when reloading ROM
|
2016-09-22 13:49:32 +00:00
|
|
|
- GB Memory: Initialize RAM pattern for GBC
|
2016-09-26 02:18:46 +00:00
|
|
|
- GB Video: Improved video timings
|
2016-10-04 17:36:31 +00:00
|
|
|
- Qt: Manage window sizes slightly better
|
2016-10-04 18:24:56 +00:00
|
|
|
- Qt: Remember scale option independent of core dimensions
|
2016-09-20 02:49:58 +00:00
|
|
|
|
2016-09-19 22:07:50 +00:00
|
|
|
0.5.0: (2016-09-19)
|
2016-02-15 06:18:35 +00:00
|
|
|
Features:
|
2016-02-14 03:37:45 +00:00
|
|
|
- Game Boy support
|
2016-05-06 05:56:05 +00:00
|
|
|
- Support for encrypted CodeBreaker GBA cheats
|
2016-06-22 16:56:13 +00:00
|
|
|
- Emulation of Vast Fame protected GBA carts (taizou)
|
2016-07-23 06:49:08 +00:00
|
|
|
- Tile viewer
|
2016-08-02 02:15:18 +00:00
|
|
|
- Threaded rendering mode
|
2016-08-07 19:18:48 +00:00
|
|
|
- Libretro: Memory map and achievement support (leiradel)
|
2016-08-16 05:15:45 +00:00
|
|
|
- GUI: Add UI control remapping
|
2016-08-17 06:24:07 +00:00
|
|
|
- GUI: Add fast-forward
|
2016-08-20 18:27:48 +00:00
|
|
|
- Wii: 240p support
|
2016-08-21 11:21:59 +00:00
|
|
|
- 3DS: Adjustable screen darkening
|
2016-08-22 17:33:59 +00:00
|
|
|
- Ability to temporarily load a savegame
|
2016-08-27 08:01:03 +00:00
|
|
|
- Load specific files out of archives
|
2016-09-09 23:30:48 +00:00
|
|
|
- Automatic BIOS detection
|
2016-02-08 06:24:07 +00:00
|
|
|
Bugfixes:
|
2016-09-19 22:07:50 +00:00
|
|
|
- ARM7: Fix decoding of Thumb ADD (variants 5 and 6)
|
|
|
|
- Debugger: Fix GDB breakpoints
|
|
|
|
- GBA: Fix losing IRQs when CPSR I bit isn't cleared
|
|
|
|
- GBA: Fix filehandle leak with savegames
|
|
|
|
- GBA: Timer 0 cannot be count up
|
|
|
|
- GBA: Count up timers should not count themselves
|
2016-02-21 20:01:54 +00:00
|
|
|
- GBA Memory: Fix mirror on non-overdumped Classic NES games
|
2016-09-19 22:07:50 +00:00
|
|
|
- GBA Memory: Fix ldm {pc}
|
|
|
|
- GBA Savedata: Fix savedata sync timer
|
|
|
|
- GBA Savedata: Only unmap savedata if present
|
|
|
|
- GBA Serialize: Savestates now properly store prefetch
|
|
|
|
- GBA Video: WIN0/1 take priority over OBJWIN
|
|
|
|
- GBA Video: Fix out-of-order OBJWIN
|
2016-07-30 16:48:56 +00:00
|
|
|
- PSP2: Fix GPU crash while exiting
|
2016-07-30 23:56:23 +00:00
|
|
|
- PSP2: Fix VSync
|
2016-08-02 06:59:14 +00:00
|
|
|
- PSP2: Fix accelerometer range
|
2016-08-03 05:26:08 +00:00
|
|
|
- PSP2: Actually load screen mode setting
|
2016-08-09 07:45:29 +00:00
|
|
|
- PSP2: Fix gyroscope direction
|
2016-08-10 06:35:38 +00:00
|
|
|
- PSP2: Delete threads after they return
|
2016-08-16 05:11:53 +00:00
|
|
|
- PSP2: Fix mapping/unmapping from not at 0
|
2016-09-19 22:07:50 +00:00
|
|
|
- Qt: Fix bug in software renderer scaling
|
|
|
|
- Qt: Fix hanging key press after disabling autofire
|
2016-08-30 01:22:47 +00:00
|
|
|
- Qt: Fix being unable to pause manually when using auto-pausing
|
2016-09-19 22:07:50 +00:00
|
|
|
- SDL: Fix axes being mapped wrong
|
|
|
|
- Util: Fix realloc semantics in utf16to8
|
2016-09-19 22:01:58 +00:00
|
|
|
- Util: Fix inserting too many items into a hash table
|
2016-09-19 22:07:50 +00:00
|
|
|
- VFS: Fix uninitialized varaible reading from 7z
|
|
|
|
- VFS: Fix reading multiple files from a 7z archive
|
|
|
|
- Wii: Fix framelimiting after a slowdown
|
|
|
|
- Wii: Fix garbage flash at startup
|
2016-07-12 00:47:06 +00:00
|
|
|
Misc:
|
|
|
|
- 3DS: Use blip_add_delta_fast for a small speed improvement
|
2016-09-19 22:07:50 +00:00
|
|
|
- 3DS: Allow UTF-16 filenames
|
|
|
|
- 3DS: Port to using citro3D
|
|
|
|
- 3DS: Use system font for menus
|
|
|
|
- 3DS: Attempt to use Core 2 for threads
|
|
|
|
- 3DS: Adjustable filering
|
|
|
|
- 3DS: 3D banner
|
2016-07-12 00:47:06 +00:00
|
|
|
- All: Add QUIET parameter to silence CMake
|
2016-09-19 22:07:50 +00:00
|
|
|
- All: Faster memory read/write
|
2016-07-12 00:47:06 +00:00
|
|
|
- ARM7: Support forcing Thumb mode via MSR
|
|
|
|
- ARM7: Flush prefetch cache when loading CPSR via MSR
|
|
|
|
- ARM7: Clean up instruction decoding for future expandability
|
2016-07-11 17:22:56 +00:00
|
|
|
- Debugger: Support register and memory writes via GDB stub
|
2016-09-19 22:07:50 +00:00
|
|
|
- Debugger: Add software breakpoint support to gdb
|
|
|
|
- FFmpeg: Full support for libavcodec 56+
|
|
|
|
- GBA: Better debug logging if event processing breaks
|
2016-07-23 07:28:53 +00:00
|
|
|
- GBA Audio: Force audio DMAs to not increment destination
|
2016-09-19 22:07:50 +00:00
|
|
|
- GBA BIOS: Use custom ArcTan, not relying on OS
|
|
|
|
- GBA Hardware: Clean up dead code in GBP
|
2016-08-01 09:13:02 +00:00
|
|
|
- GBA Memory: Optimize stalling behavior
|
2016-09-19 22:07:50 +00:00
|
|
|
- GBA Memory: Optimize Load-/StoreMultiple
|
|
|
|
- GBA Savedata: Add realistic timing for EEPROM
|
|
|
|
- GBA Serialize: Savestates now store if CPU was halted
|
|
|
|
- GBA Video: Remove old slow path fallback
|
|
|
|
- GBA Video: Optimize sprite drawing
|
|
|
|
- GBA Video: Optimize mode 0 rendering
|
|
|
|
- GBA Video: Optimize compositing cases slightly
|
2016-08-06 17:46:54 +00:00
|
|
|
- GUI: Screenshot dimensions are now passed through
|
2016-08-09 03:57:44 +00:00
|
|
|
- GUI: Add back logging
|
2016-09-19 22:07:50 +00:00
|
|
|
- GUI: Only reload config if manually saved
|
|
|
|
- GUI: Increase scrolling speed
|
|
|
|
- OpenGL: Log shader compilation failure
|
|
|
|
- OpenGL: Add texSize uniform
|
|
|
|
- Qt: Make -g flag work in Qt build
|
|
|
|
- Qt: Simplify OpenGL context creation
|
|
|
|
- Qt: Thread startup improvements
|
|
|
|
- Qt: Make audio channel/video layer options shortcut mappable
|
|
|
|
- Qt: Remove some C99isms from C++ code
|
|
|
|
- Qt: Remove default autofire mappings
|
|
|
|
- Qt: Make reseting when pasued frame-accurate
|
|
|
|
- Qt: Rearchitect game closing codepath
|
|
|
|
- PSP2: Use system font for menus
|
2016-08-09 03:59:17 +00:00
|
|
|
- PSP2: Add rumble for PS TV
|
2016-08-11 06:42:31 +00:00
|
|
|
- PSP2: Add fit-to-height screen mode
|
2016-08-14 02:44:26 +00:00
|
|
|
- PSP2: Sync files per descriptor
|
2016-08-18 17:06:30 +00:00
|
|
|
- PSP2: Allow UTF-8 filenames
|
2016-09-19 22:07:50 +00:00
|
|
|
- PSP2: Screenshots are now saved into the Photo Gallery
|
|
|
|
- PSP2: Stop underclocking when menuing
|
|
|
|
- SDL: Increase default audio buffer size to 1024 samples
|
|
|
|
- SDL: More responsive rumble
|
2016-08-19 12:05:30 +00:00
|
|
|
- Util: Add Vector GetConstPointer
|
2016-08-19 12:06:45 +00:00
|
|
|
- Util: Add rtrim
|
2016-08-23 16:08:46 +00:00
|
|
|
- Util: Add endswith
|
2016-09-19 22:07:50 +00:00
|
|
|
- VFS: Improve zip file detection
|
2016-09-01 07:11:07 +00:00
|
|
|
- Wii: Add pixelated resample filter
|
2016-09-19 22:07:50 +00:00
|
|
|
- Windows: Add native VDir support
|
2016-09-09 02:09:20 +00:00
|
|
|
- Util: Add PRIz macro for libc versions that don't support %z
|
2016-07-12 00:47:06 +00:00
|
|
|
|
|
|
|
0.4.1: (2016-07-11)
|
|
|
|
Bugfixes:
|
2016-03-03 08:04:15 +00:00
|
|
|
- All: Fix several file handle leaks
|
2016-05-04 05:00:54 +00:00
|
|
|
- All: Fix instruction tables getting zeroed when linking sometimes
|
2016-05-21 02:02:15 +00:00
|
|
|
- ARM7: Fix flags on SBC/RSC
|
2016-06-10 17:17:29 +00:00
|
|
|
- ARM7: Fix setting spsr privilege bits when spsr is empty
|
2016-07-12 00:47:06 +00:00
|
|
|
- GBA Audio: Reset audio FIFO DMA if an invalid destination is set
|
|
|
|
- GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value
|
2016-06-16 07:19:20 +00:00
|
|
|
- GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
|
2016-07-12 00:47:06 +00:00
|
|
|
- GBA Memory: Fix executing code from OBJ region of VRAM
|
|
|
|
- GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize
|
|
|
|
- GBA Serialize: Fix loading savegames from savestates
|
|
|
|
- OpenGL: Correct boolean vector strcmp strings for uniforms
|
|
|
|
- Qt: Fix sending gameStopped twice
|
|
|
|
- Qt: Fix hang if audio sync is enabled and audio fails to initialize
|
|
|
|
- Qt: Fix initial state of key mapping
|
|
|
|
- Qt: Initialize m_useBios
|
|
|
|
- SDL: Fix joystick initialization on BSD
|
|
|
|
- SDL: Fix potential joystick crash in games with rumble
|
|
|
|
- SDL: Fix SDL 1.2 build
|
2016-06-28 05:17:13 +00:00
|
|
|
- SDL: Fix sporadic crash when deinitializing audio
|
2016-07-12 00:47:06 +00:00
|
|
|
- Shaders: Fix AGS-001 shader with some bad drivers
|
|
|
|
- Util: Use closesocket on Windows
|
|
|
|
- Util: Fix socket bind addresses
|
|
|
|
- VFS: Fix reading 7z archives without rewinding first
|
2016-07-09 22:19:31 +00:00
|
|
|
- VFS: VFileFromFD should not open directories
|
2016-07-12 00:47:06 +00:00
|
|
|
- Wii: Fix tilting direction
|
|
|
|
- Util: Fix realloc semantics in utf16to8
|
2016-02-09 06:32:30 +00:00
|
|
|
Misc:
|
2016-07-12 00:47:06 +00:00
|
|
|
- All: Allow use of external minizip library
|
|
|
|
- Debugger: CLI debugger now exits when end-of-stream is reached
|
|
|
|
- FFmpeg: Update dependencies on Ubuntu
|
2016-02-09 06:32:30 +00:00
|
|
|
- GBA: Slightly optimize GBAProcessEvents
|
2016-07-12 00:47:06 +00:00
|
|
|
- GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
|
|
|
|
- GBA Video: Null renderer should return proper register values
|
|
|
|
- Libretro: Disable logging game errors, BIOS calls and stubs in release builds
|
2016-02-18 05:45:36 +00:00
|
|
|
- Qt: Add preset for DualShock 4
|
2016-02-21 07:39:31 +00:00
|
|
|
- Qt: Update 360 input profile on OS X to reflect newer drivers
|
2016-02-21 19:16:21 +00:00
|
|
|
- Qt: Remove use of NaN
|
2016-05-23 05:48:12 +00:00
|
|
|
- Qt: Canonicalize file paths when loading games
|
2016-05-30 22:26:54 +00:00
|
|
|
- Qt: Add refresh button to controller editing
|
2016-07-12 00:47:06 +00:00
|
|
|
- SDL: Remove default gamepad mappings
|
2016-06-27 03:31:12 +00:00
|
|
|
- Util: Fix intermittent build failure on OS X
|
2016-07-12 00:47:06 +00:00
|
|
|
- VFS: VFile.sync now updates modified time
|
2016-02-08 06:24:07 +00:00
|
|
|
|
2016-02-03 05:18:14 +00:00
|
|
|
0.4.0: (2016-02-02)
|
2015-10-11 03:26:52 +00:00
|
|
|
Features:
|
2015-10-20 06:50:41 +00:00
|
|
|
- Officially supported ports for the Nintendo 3DS, Wii, and PlayStation Vita
|
2015-10-11 03:26:52 +00:00
|
|
|
- I/O viewer
|
2015-10-21 02:40:03 +00:00
|
|
|
- Booting of multiboot images
|
2015-10-28 03:09:56 +00:00
|
|
|
- Customization of GIF recording
|
2015-11-15 05:08:31 +00:00
|
|
|
- Libretro: Cheat code support
|
2015-11-22 21:56:53 +00:00
|
|
|
- Support for GLSL shaders
|
2015-12-20 10:44:19 +00:00
|
|
|
- ROM information view
|
2015-12-27 03:25:50 +00:00
|
|
|
- Support for VBA-style cheat codes
|
2015-12-28 09:45:44 +00:00
|
|
|
- Savestates now store creation timestamps
|
2015-12-28 19:54:05 +00:00
|
|
|
- Key autofire
|
2015-12-30 04:10:02 +00:00
|
|
|
- Libretro: Allow blocking opposing directional input
|
2016-01-03 04:15:26 +00:00
|
|
|
- OpenEmu core for OS X
|
2016-01-04 06:46:06 +00:00
|
|
|
- Libretro: Settings for using BIOS and skipping intro
|
|
|
|
- Libretro: Customizable idle loop removal
|
2016-01-04 09:14:44 +00:00
|
|
|
- Implemented cycle counting for sprite rendering
|
2016-01-11 08:49:14 +00:00
|
|
|
- Cleaner, unified settings window
|
2016-01-11 09:11:58 +00:00
|
|
|
- Added a setting for pausing when the emulator is not in focus
|
2016-01-15 22:29:19 +00:00
|
|
|
- Customizable paths for save games, save states, screenshots and patches
|
2016-01-18 06:45:25 +00:00
|
|
|
- Controller hotplugging
|
2016-01-26 04:11:30 +00:00
|
|
|
- Ability to store save games and active cheats within savestates
|
2015-08-18 06:03:20 +00:00
|
|
|
Bugfixes:
|
2015-11-07 05:03:52 +00:00
|
|
|
- ARM7: Fix sign of unaligned LDRSH
|
2016-02-03 05:18:14 +00:00
|
|
|
- ARM7: Fix decoding of some ARM ALU instructions with shifters
|
|
|
|
- Debugger: Fix watchpoints in gdb
|
2015-11-12 03:45:36 +00:00
|
|
|
- GBA: Fix warnings when creating and loading savestates
|
2016-01-03 02:59:41 +00:00
|
|
|
- GBA: Fix Iridion II savetype
|
2016-02-03 05:18:14 +00:00
|
|
|
- GBA BIOS: Fix misaligned CpuSet
|
|
|
|
- GBA Cheats: Fix cheats setting the Action Replay version
|
|
|
|
- GBA Hardware: Fix GPIO on big endian
|
|
|
|
- GBA Memory: Fix DMA register writing behavior
|
|
|
|
- GBA Memory: Fix DMAs triggering two cycles early
|
2016-01-03 04:15:26 +00:00
|
|
|
- Libretro: Fix aspect ratio
|
2016-01-11 08:45:02 +00:00
|
|
|
- Qt: Fix some potential crashes with the gamepad mapping
|
2016-01-24 04:14:46 +00:00
|
|
|
- Qt: Fix keys being mapped incorrectly when loading configuration file
|
2016-02-03 05:18:14 +00:00
|
|
|
- Util: Fix PowerPC PNG read/write pixel order
|
|
|
|
- Util: Fix excessive memory allocation when decoding a PNG
|
|
|
|
- VFS: Fix VFileReadline and remove _vfdReadline
|
2015-08-18 05:02:34 +00:00
|
|
|
Misc:
|
2015-10-20 06:50:41 +00:00
|
|
|
- All: Improved PowerPC support
|
2015-10-21 05:29:59 +00:00
|
|
|
- All: Fix some undefined behavior warnings
|
2016-02-03 05:18:14 +00:00
|
|
|
- ARM7: Combine shifter-immediate and shifter-register functions to reduce binary size
|
|
|
|
- Debugger: Convert breakpoints and watchpoints from linked-lists to vectors
|
2015-11-10 06:44:46 +00:00
|
|
|
- GBA: Implement bad I/O register loading
|
2016-02-03 05:18:14 +00:00
|
|
|
- GBA: Allow jumping to OAM and palette RAM
|
|
|
|
- GBA BIOS: Finish implementing RegisterRamReset
|
|
|
|
- GBA Config: Add "override" layer for better one-time configuration
|
|
|
|
- GBA Input: Consolidate GBA_KEY_NONE and GBA_NO_MAPPING
|
|
|
|
- GBA Memory: Use a dynamically sized mask for ROM memory
|
|
|
|
- GBA Memory: Implement several unimplemented memory access types
|
2015-11-12 07:50:15 +00:00
|
|
|
- GBA Memory: Add GBAView* functions for viewing memory directly without bus issues
|
2015-12-28 20:13:54 +00:00
|
|
|
- GBA RR: Starting from savestate now embeds the savegame
|
2016-01-04 09:14:44 +00:00
|
|
|
- GBA RR: Add preliminary SRAM support for VBM loading
|
2016-01-05 10:33:25 +00:00
|
|
|
- GBA RR: Add support for resets in movies
|
2016-02-03 05:18:14 +00:00
|
|
|
- GBA Video: Remove lastHblank, as it is implied
|
|
|
|
- Libretro: Use anonymous memory mappers for large blocks of memory
|
|
|
|
- Libretro: Add install target for libretro core
|
|
|
|
- Qt: Window size command line options are now supported
|
|
|
|
- Qt: Increase usability of key mapper
|
|
|
|
- Qt: Add 'Apply' button to settings window
|
|
|
|
- Qt: Gray out "Skip BIOS intro" while "Use BIOS file" is unchecked
|
|
|
|
- Qt: Allow use of modifier keys as input
|
|
|
|
- Qt: Optimize log viewer
|
2016-01-16 00:52:28 +00:00
|
|
|
- Qt: Added button for breaking into the GDB debugger
|
2016-01-26 04:11:30 +00:00
|
|
|
- Qt: Add box for showing duration of rewind
|
2016-02-03 05:18:14 +00:00
|
|
|
- SDL: Support fullscreen in SDL 1.2
|
|
|
|
- SDL: Allow GBASDLAudio to be used without a thread context
|
|
|
|
- Util: Use VFile for configuration
|
|
|
|
- Util: Add MutexTryLock
|
2015-08-18 05:02:34 +00:00
|
|
|
|
2015-12-18 06:02:58 +00:00
|
|
|
0.3.2: (2015-12-16)
|
|
|
|
Bugfixes:
|
|
|
|
- ARM7: Fix STRT/STRBT
|
|
|
|
- ARM7: Implement undefined STRH/LDRH/LDRSH/LDRSB versions
|
|
|
|
- ARM7: Fix bank switching with LDR[B]T/STR[B]T
|
|
|
|
- Libretro: Fix problems with rumble not turning off
|
|
|
|
- GBA: Fix idle skip state being retained between games
|
|
|
|
- GBA: Initialize uninitialized pristineRom and pristineRomSize members
|
|
|
|
- GBA BIOS: Fix CpuSet on 0x01XXXXXX addresses
|
|
|
|
- GBA BIOS: Fix Sqrt sign
|
|
|
|
- GBA BIOS: Fix misaligned RLUnCompReadNormalWrite*
|
|
|
|
- GBA Hardware: Fix Game Boy Player rumble in Pokemon Pinball
|
|
|
|
- GBA Memory: Fix DMA behavior for SRAM accesses
|
|
|
|
- GBA Memory: Fix Store8 to OBJ VRAM
|
|
|
|
- GBA Memory: Fix alignment of LDM/STM on SRAM
|
|
|
|
- GBA Memory: Fix unaligned out-of-bounds ROM loads
|
|
|
|
- GBA Memory: Fix timing of DMAs
|
|
|
|
- GBA Video: Fix _mix for 15-bit color
|
|
|
|
- GBA Video: Fix OAM and palette initialization
|
|
|
|
- OpenGL: Fix fast-forward on some OpenGL drivers where it may block early
|
|
|
|
- Qt: Use safer isLoaded check in GameController
|
|
|
|
- Qt: Fix a race condition in PainterGL that could lead to a crash
|
|
|
|
- Qt: Fix clear button/analog buttons in gamepad mapper on some platforms
|
|
|
|
- Qt: Fix font size in memory viewer
|
|
|
|
- Qt: Fix a crash in the memory viewer
|
|
|
|
- Qt: Add additional checks in CheatModel to prevent crashes
|
|
|
|
- Qt: Fix race condition with setting sample rate
|
|
|
|
- Qt: Fix crash when closing multiplayer windows
|
|
|
|
- Qt: Fix resetting while paused
|
|
|
|
Misc:
|
|
|
|
- GBA Audio: Implement missing flags on SOUNDCNT_X register
|
|
|
|
- Qt: Add mute option to menu
|
|
|
|
|
2015-10-24 18:14:42 +00:00
|
|
|
0.3.1: (2015-10-24)
|
|
|
|
Bugfixes:
|
|
|
|
- ARM7: Fix instruction decoding of Thumb shifts
|
|
|
|
- GBA: Deinit savegame when unloading a ROM
|
|
|
|
- GBA: Fix BIOS check on big endian
|
|
|
|
- GBA: Fix autodetect problems with some bad dumps of Super Mario Advance 2
|
|
|
|
- GBA Audio: Fix 8-bit writes to audio channel 3 and 4 registers
|
|
|
|
- GBA Audio: Fix audio channels being silenced at the wrong time
|
|
|
|
- GBA Memory: Fix bad BIOS Load16 on big endian
|
|
|
|
- GBA Memory: Fix bad Load8 on big endian
|
|
|
|
- GBA Video: Start on the scanline BIOS finishes on if no BIOS is loaded
|
|
|
|
- GBA Video: Fix edge case with sprite blend modes and semitransparency
|
|
|
|
- GBA Video: Fix objwin and blending interaction on sprites
|
|
|
|
- GBA Video: Fix OBJ semitransparency improperly interacting with other blending ops
|
|
|
|
- Libretro: Fix a memory leak with the render buffer
|
|
|
|
- Qt: Windows no longer spawn in the top left on first launch
|
|
|
|
- Qt: Fix install path of XDG desktop file with DESTDIR
|
|
|
|
- Qt: Fix drag and drop on Windows
|
|
|
|
- Qt: Reenable double buffering, as disabling it broke some Windows configs
|
|
|
|
- VFS: Fix return values of VFileFILE.read and .write
|
|
|
|
Misc:
|
|
|
|
- All: Reset next event to cycles instead of zero to interrupt
|
|
|
|
- All: Add --version flag
|
|
|
|
- ARM7: Force disable LTO on two files to work around a GCC bug
|
|
|
|
- GBA: Attempting to save a screenshot-style savestate should be allowed without libpng
|
|
|
|
- GBA: Better memory handling with PNG savestates
|
|
|
|
- GBA: Additional savestate sanity checks
|
|
|
|
- GBA: Check for cycle count being too high
|
|
|
|
- GBA Audio: Allow GBAAVStream to have no video callback
|
|
|
|
- GBA BIOS: Implement RegisterRamReset for SIO registers
|
|
|
|
- Qt: Remove useless help icons in dialogs
|
|
|
|
- Qt: Prevent savestate window from opening while in multiplayer
|
|
|
|
- Qt: Disable menu items in multiplayer that don't make sense to have enabled
|
|
|
|
- Qt: Dropping multiplayer windows works more cleanly now
|
|
|
|
|
2015-08-17 01:37:13 +00:00
|
|
|
0.3.0: (2015-08-16)
|
2015-04-05 08:25:25 +00:00
|
|
|
Features:
|
|
|
|
- Ability to hide individual background layers, or OBJs
|
2015-04-05 08:39:10 +00:00
|
|
|
- Ability to mute individual audio channels
|
2015-05-29 07:03:09 +00:00
|
|
|
- Palette viewer and exporter
|
2015-04-08 07:32:29 +00:00
|
|
|
- Volume control
|
2015-04-19 05:20:53 +00:00
|
|
|
- More shortcuts are editable (e.g. quick save/load)
|
2015-04-13 03:22:04 +00:00
|
|
|
- Rewind now shows the frame after rewinding
|
2015-04-15 11:17:28 +00:00
|
|
|
- Import/Export of GameShark/Action Replay snapshots
|
2015-04-16 04:12:05 +00:00
|
|
|
- Add "Step backwards" item for single increment rewind
|
2015-04-18 06:55:38 +00:00
|
|
|
- Deadzone estimation for game controllers
|
2015-04-18 08:11:41 +00:00
|
|
|
- Analog inputs can be used for shortcuts
|
2015-04-19 05:20:53 +00:00
|
|
|
- Menu items for specific solar sensor brightness levels
|
2015-04-22 03:36:53 +00:00
|
|
|
- Remappable controls for tilt and gyroscope sensors
|
2015-04-26 22:00:15 +00:00
|
|
|
- Status messages for actions taken while a game is running (e.g. save/load state)
|
2015-05-02 06:06:33 +00:00
|
|
|
- Memory inspector
|
2015-05-06 05:43:44 +00:00
|
|
|
- Screensaver can now be suspended while a game is running
|
2015-05-11 06:13:33 +00:00
|
|
|
- Load/save the most recent savestate slot
|
2015-05-22 05:31:26 +00:00
|
|
|
- Support varible speed (PWM) rumble
|
2015-05-24 05:59:07 +00:00
|
|
|
- Ability to cap fast forward speed
|
2015-05-24 06:17:31 +00:00
|
|
|
- Finer control over FPS target
|
2015-05-27 03:38:33 +00:00
|
|
|
- Holdable shortcut for rewinding one frame at a time
|
2015-06-08 07:19:13 +00:00
|
|
|
- Ability to boot directly into the BIOS
|
2015-06-19 08:12:46 +00:00
|
|
|
- Preliminary support for yanking out the game pak while a game is running
|
2015-07-02 04:30:14 +00:00
|
|
|
- Thumb-drive mode by putting a file called portable.ini in the same folder
|
2015-07-03 07:05:55 +00:00
|
|
|
- Configurable display driver, between software and OpenGL
|
2015-07-15 03:45:29 +00:00
|
|
|
- Undo-able savestate loading and saving
|
2015-07-15 05:51:27 +00:00
|
|
|
- Controller profiles now store shortcut settings
|
2015-07-17 06:45:55 +00:00
|
|
|
- Default controller profiles for several common controllers
|
2015-07-31 06:27:39 +00:00
|
|
|
- Libretro now supports BIOS, rumble and solar sensor
|
2015-07-20 01:12:56 +00:00
|
|
|
- Implement BIOS call Stop, for sleep mode
|
2015-08-05 02:35:14 +00:00
|
|
|
- Automatically load patches, if found
|
2015-08-07 02:04:03 +00:00
|
|
|
- Improved video synchronization
|
2015-08-10 04:36:43 +00:00
|
|
|
- Configurable audio output sample rate
|
2015-04-04 06:51:36 +00:00
|
|
|
Bugfixes:
|
2015-04-06 01:06:31 +00:00
|
|
|
- ARM7: Fix SWI and IRQ timings
|
2015-05-29 08:45:27 +00:00
|
|
|
- ARM7: Fix Thumb MUL timing
|
2015-08-17 01:37:13 +00:00
|
|
|
- ARM7: Fix timing of multiplies to use N cycles
|
|
|
|
- ARM7: ARMHotplugDetach should call deinit
|
|
|
|
- Debugger: Fix use-after-free in breakpoint clearing code
|
|
|
|
- GBA: Fix crash if a 512kb flash save is loaded when a game has a 1Mb flash override
|
2015-06-01 07:33:16 +00:00
|
|
|
- GBA: Cap audio FIFO read size during deserialization
|
2015-06-02 03:52:45 +00:00
|
|
|
- GBA: Check for corrupted savestates when loading
|
2015-06-02 03:53:41 +00:00
|
|
|
- GBA: Check for improperly sized savestates when loading
|
2015-06-03 04:50:42 +00:00
|
|
|
- GBA: Check for savestates made from differently sized ROMs
|
2015-06-16 12:15:17 +00:00
|
|
|
- GBA: Fix calls to endian-independent loadstores
|
2015-06-23 05:32:46 +00:00
|
|
|
- GBA: Fix timing of reading from timer registers
|
2015-08-17 01:37:13 +00:00
|
|
|
- GBA: Ensure cycles never go negative
|
|
|
|
- GBA Audio: Force audio FIFOs to 32-bit
|
|
|
|
- GBA Audio: Fix audio pitch changing when adjusting buffer size
|
2015-06-29 08:08:14 +00:00
|
|
|
- GBA Audio: Fix sample order in audio channel 3
|
2015-06-29 08:30:59 +00:00
|
|
|
- GBA Audio: Fix 8-bit writes to audio channel 3 frequency
|
2015-08-17 01:37:13 +00:00
|
|
|
- GBA Cheats: Fix Pro Action Replay and GameShark issues when used together
|
|
|
|
- GBA Memory: Improve Thumb open bus behavior
|
|
|
|
- GBA Memory: Fix potential DMA issue when loading a savestate
|
|
|
|
- GBA Memory: Fix load/store multiple video memory waitstates
|
|
|
|
- GBA SIO: Fix reseting when there are SIO devices attached
|
|
|
|
- GBA Video: Blended sprites should never have other effects applied
|
|
|
|
- GBA Video: Fix out-of-bounds tiles in mosaic
|
|
|
|
- GBA Video: Fix windows not affecting sprites
|
|
|
|
- GBA Video: Prevent tiles < 512 from being used in modes 3 - 5
|
|
|
|
- GBA Video: Fix timing on first scanline
|
|
|
|
- Qt: Better cleanup when a game crashes
|
|
|
|
- Qt: Fix open ROM dialog filtering for archive formats
|
|
|
|
- Qt: Cap the maximum number of multiplayer windows
|
|
|
|
- Qt: Fix maximum year in sensor override
|
2015-06-30 05:47:07 +00:00
|
|
|
- Qt: Fix window being too tall after exiting fullscreen
|
2015-07-02 14:13:10 +00:00
|
|
|
- Qt: Fix a missing va_end call in the log handler lambda within the GameController constructor
|
2015-07-26 05:02:16 +00:00
|
|
|
- Qt: Fix analog buttons not getting unmapped
|
2015-08-06 01:04:07 +00:00
|
|
|
- Qt: Fix passing command line options
|
2015-08-10 06:25:03 +00:00
|
|
|
- Qt: Fix crashes on Windows by using using QMetaObject to do cross-thread calls
|
2015-08-17 01:37:13 +00:00
|
|
|
- SDL: Fix SDL build when OpenGL is missing
|
|
|
|
- Util: Allow loading IPS patches that grow the ROM
|
|
|
|
- VFS: Fix resource leaks if some allocations fail
|
|
|
|
- VFS: Fix line-reading to return proper values
|
|
|
|
- Video: Fix an issue with very long filenames
|
2015-08-15 21:48:01 +00:00
|
|
|
- Util: Fix formatting of floats
|
2015-05-14 05:04:43 +00:00
|
|
|
Misc:
|
|
|
|
- All: Add --help flag for command line programs
|
2015-05-24 06:48:07 +00:00
|
|
|
- All: Fix sanitize-deb script to set file permissions properly if run as (fake)root
|
2015-05-28 07:20:02 +00:00
|
|
|
- All: Enable static linking for Windows
|
2015-05-30 03:45:58 +00:00
|
|
|
- All: Enable static linking for OS X
|
2015-08-17 01:37:13 +00:00
|
|
|
- All: Threads are now named
|
|
|
|
- All: Proper handling of Unicode file paths
|
|
|
|
- ARM7: Add emulation for Undefined CPU mode
|
|
|
|
- ARM7: Reduce the size of the Thumb instruction table
|
|
|
|
- GBA: Add status log level
|
|
|
|
- GBA: GBARewind now returns how many states it has rewound
|
|
|
|
- GBA: SIO logging layer
|
|
|
|
- GBA BIOS: Stub out SoundBias
|
|
|
|
- GBA: More accurate cycle estimation for ROM prefetch and flash save chips
|
|
|
|
- GBA: Don't include GBACLIDebugger struct unless needed
|
|
|
|
- GBA: Savedata is now synced shortly after data finishes being written
|
|
|
|
- GBA: Process multiple timer events at once, if necessary
|
|
|
|
- GBA Audio: Implement audio reset for channels A/B
|
|
|
|
- GBA Audio: Process multiple audio events at once, if necessary
|
|
|
|
- GBA Hardware: Backport generic RTC source into core
|
|
|
|
- GBA Input: Allow axes and buttons to be mapped to the same key
|
|
|
|
- GBA Memory: Run multiple DMAs in a tight loop if they all occur before present
|
|
|
|
- GBA SIO: Add a dummy driver for Normal mode
|
|
|
|
- GBA Thread: Add functionality for running callbacks on the GBA thread
|
|
|
|
- GBA Thread: Split GBASync into a separate file
|
|
|
|
- GBA Video: Refactor software renderer into separate files
|
|
|
|
- GBA Video: Slightly optimize mode 0 mosaic rendering
|
|
|
|
- Debugger: Free watchpoints in addition to breakpoints
|
|
|
|
- Qt: Handle saving input settings better
|
|
|
|
- Qt: Move GL frame drawing back onto its own thread
|
|
|
|
- Qt: Fast forward (held) option moved from Other to Emulation menu
|
|
|
|
- Qt: Show version info in window title
|
2015-05-30 05:57:30 +00:00
|
|
|
- Qt: Migrate multiplayer window handling into GBAApp
|
2015-05-30 07:45:53 +00:00
|
|
|
- Qt: Unified file opening and saving with last location
|
2015-05-31 06:33:08 +00:00
|
|
|
- Qt: Fix windows being resizable when they shouldn't have been
|
2015-06-01 02:55:05 +00:00
|
|
|
- Qt: Only hide cursor in full screen
|
2015-06-02 06:55:44 +00:00
|
|
|
- Qt: Replace pause-after-frame mutex with an atomic
|
2015-06-10 08:08:01 +00:00
|
|
|
- Qt: Add application icon and XDG desktop files
|
2015-06-13 19:25:08 +00:00
|
|
|
- Qt: Rename "Fullscreen" to "Toggle fullscreen"
|
2015-06-13 19:38:42 +00:00
|
|
|
- Qt: Don't save window size when entering fullscreen
|
2015-06-18 05:08:23 +00:00
|
|
|
- Qt: Make the default fullscreen binding for Windows be Alt-Enter
|
2015-07-26 05:03:31 +00:00
|
|
|
- Qt: Gamepads can now have both buttons and analog axes mapped to the same key
|
2015-08-02 22:28:53 +00:00
|
|
|
- Qt: Increase usability of key mapper
|
2015-08-06 01:09:47 +00:00
|
|
|
- Qt: Show checkmark for window sizes
|
2015-08-06 01:10:33 +00:00
|
|
|
- Qt: Set window path to loaded ROM
|
2015-08-17 01:37:13 +00:00
|
|
|
- Perf: Ability to load savestates immediately on launch
|
|
|
|
- SDL: Properly check for initialization
|
|
|
|
- SDL: Clean up initialization functions
|
|
|
|
- SDL: Clean up GL context
|
|
|
|
- Util: Allow disabling the threading code entirely
|
|
|
|
- VFS: Add sync method to force syncing with backing
|
2015-05-14 05:04:43 +00:00
|
|
|
|
|
|
|
0.2.1: (2015-05-13)
|
|
|
|
Bugfixes:
|
|
|
|
- All: Fix sanitize-deb script not cleaning up after itself
|
|
|
|
- All: Fix dependencies for libavcodec on Debian-derived platforms
|
2015-05-08 08:23:44 +00:00
|
|
|
- ARM7: Handle writeback for PC in addressing modes 2 and 3
|
2015-05-14 05:04:43 +00:00
|
|
|
- ARM7: Make illegal instruction decoding consistent between ARM and Thumb
|
|
|
|
- ARM7: Fix ARM multiply instructions when PC is a destination register
|
|
|
|
- Debugger: Fix use-after-free in breakpoint clearing code
|
|
|
|
- Debugger: Fix boundary conditions in tab completion
|
|
|
|
- GBA: Fix timers not updating timing when writing to only the reload register
|
|
|
|
- GBA: Fix rewind boundary conditions
|
|
|
|
- GBA: Add initial I/O register settings for background matrix registers
|
|
|
|
- GBA: Fix hang when loading a savestate if sync to video is enabled
|
2015-05-08 08:48:22 +00:00
|
|
|
- GBA: Handle out-of-bounds I/O access
|
2015-05-09 07:09:37 +00:00
|
|
|
- GBA: Fix bounds-checking on EEPROM access
|
2015-05-14 05:04:43 +00:00
|
|
|
- GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio
|
2015-05-09 07:29:52 +00:00
|
|
|
- GBA BIOS: Initialize a variable that may be uninitialized in very rare cases
|
2015-05-14 05:04:43 +00:00
|
|
|
- GBA Memory: Allow SRAM to be 64kB
|
|
|
|
- GBA Memory: Fix 32-bit loads from unaddress cartridge space
|
2015-05-10 00:07:26 +00:00
|
|
|
- GBA Memory: Fix jumping to invalid memory when switching from Thumb to ARM
|
2015-05-10 00:28:13 +00:00
|
|
|
- GBA Video: Fix second frame mode 5
|
2015-05-10 15:22:03 +00:00
|
|
|
- Perf: Fix race condition if a game crashes immediately on start
|
2015-05-14 05:04:43 +00:00
|
|
|
- Qt: Fix Display object leak when closing a window
|
|
|
|
- Qt: Fix .deb dependencies
|
|
|
|
- Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
|
|
|
|
- Qt: Fix window not regaining focus after exiting savestate window
|
|
|
|
- Qt: Fix regression where video would not record if the game had already started
|
|
|
|
- Qt: Fix potential crash if a gamepad causes focus to change
|
|
|
|
- Qt: Fix controller axis querying
|
|
|
|
- Qt: Fix multiplayer windows opening as the wrong size
|
|
|
|
- Qt: Fix controllers sometimes not loading the right profile
|
|
|
|
- SDL: Fix boundary conditions for joystick adjustments
|
|
|
|
- SDL: Allocate properly sized input maps
|
|
|
|
- SDL: Fix potential build issues when Qt and SDL2 are in use
|
|
|
|
- Util: Fix resource leak in UTF-8 handling code
|
|
|
|
- Util: Fix a null-pointer issue when attempting to delete a key
|
|
|
|
- VFS: Fix resource leaks if some allocations fail
|
|
|
|
- Video: Fix an issue with very long filenames
|
2015-04-10 06:16:17 +00:00
|
|
|
Misc:
|
2015-05-08 07:34:01 +00:00
|
|
|
- GBA Memory: Soft-crash if jumping past the end of a ROM
|
2015-05-14 05:04:43 +00:00
|
|
|
- Qt: Show multiplayer numbers in window title
|
|
|
|
- Qt: Solar sensor can have shortcuts set
|
2015-04-04 06:51:36 +00:00
|
|
|
|
2015-04-04 04:25:25 +00:00
|
|
|
0.2.0: (2015-04-03)
|
2014-12-16 08:21:29 +00:00
|
|
|
Features:
|
2014-12-15 05:12:08 +00:00
|
|
|
- Support for gamepad axes, e.g. analog sticks or triggers
|
2014-12-17 06:23:58 +00:00
|
|
|
- Add scale presets for up to 6x
|
2014-12-22 00:29:56 +00:00
|
|
|
- Settings window
|
2014-12-22 00:50:55 +00:00
|
|
|
- Bilinear resampling option
|
2014-12-22 01:48:36 +00:00
|
|
|
- Add option to skip BIOS start screen
|
2014-12-23 07:00:31 +00:00
|
|
|
- List of recently opened games
|
2014-12-26 09:39:37 +00:00
|
|
|
- Support for games using the Solar Sensor
|
2014-12-29 08:48:23 +00:00
|
|
|
- Better audio resampling via blip-buf
|
2014-12-31 07:23:16 +00:00
|
|
|
- Game Pak overrides dialog for setting savetype and sensor values
|
2015-01-01 11:23:20 +00:00
|
|
|
- Support for games using the tilt sensor
|
2015-01-05 08:13:57 +00:00
|
|
|
- Remappable shortcuts for keyboard and gamepad
|
2015-01-06 07:12:44 +00:00
|
|
|
- Rewinding of emulation
|
2015-01-08 06:33:16 +00:00
|
|
|
- Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
|
2015-01-09 10:03:42 +00:00
|
|
|
- Support IPv6
|
2015-01-11 06:46:59 +00:00
|
|
|
- Save directory of last loaded file
|
2015-01-11 09:38:04 +00:00
|
|
|
- Support BPS patches
|
2015-01-10 22:20:09 +00:00
|
|
|
- Automatically detect and optimize out idle loops
|
2015-01-13 09:18:07 +00:00
|
|
|
- Configurable game overrides
|
2015-01-25 08:11:05 +00:00
|
|
|
- Support loading 7-Zip files
|
2015-01-25 12:53:24 +00:00
|
|
|
- Drag and drop game loading
|
2015-02-05 11:20:02 +00:00
|
|
|
- Cheat code support
|
2015-02-21 09:54:50 +00:00
|
|
|
- Runtime configurable audio driver
|
2015-03-09 05:52:52 +00:00
|
|
|
- Libretro core for use with RetroArch and other front-ends
|
2015-03-16 02:33:38 +00:00
|
|
|
- Controller profiles for setting different bindings for different controllers
|
2015-03-16 07:10:59 +00:00
|
|
|
- Ability to lock aspect ratio
|
2015-03-22 00:10:30 +00:00
|
|
|
- Local link cable support
|
|
|
|
- Ability to switch which game controller is in use per instance
|
2015-03-23 07:11:19 +00:00
|
|
|
- Ability to prevent opposing directional input
|
2015-03-24 05:12:57 +00:00
|
|
|
- Warning dialog if an unimplemented BIOS feature is called
|
2015-04-04 04:25:25 +00:00
|
|
|
- Debugger: Add CLI "frame", frame advance command
|
|
|
|
- Debugger: Add CLI functions for writing to memory
|
|
|
|
- Debugger: Add CLI functions for examining memory regions
|
|
|
|
- Debugger: Add CLI function for writing a register
|
2014-12-16 08:21:29 +00:00
|
|
|
Bugfixes:
|
2014-12-20 13:19:16 +00:00
|
|
|
- ARM7: Extend prefetch by one stage
|
2015-04-04 04:25:25 +00:00
|
|
|
- ARM7: Fix cycle counting for loads
|
|
|
|
- Debugger: Disassembly now lists PSR bitmasks (fixes #191)
|
|
|
|
- GBA: Fix savestate loading of DISPSTAT and WAITCNT registers
|
|
|
|
- GBA: Initialize gba.sync to null
|
|
|
|
- GBA: Fix timer initialization
|
2014-12-21 20:47:48 +00:00
|
|
|
- GBA Audio: Support 16-bit writes to FIFO audio
|
2014-12-22 05:30:59 +00:00
|
|
|
- GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
|
2015-01-25 00:43:39 +00:00
|
|
|
- GBA BIOS: Fix BIOS prefetch after returning from an IRQ
|
|
|
|
- GBA BIOS: Fix BIOS prefetch after reset
|
2015-01-28 05:43:28 +00:00
|
|
|
- GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
|
2015-04-04 04:25:25 +00:00
|
|
|
- GBA BIOS: Fix BIOS decompression routines with invalid source addresses
|
|
|
|
- GBA Memory: Fix alignment of open bus 8- and 16-bit loads
|
|
|
|
- GBA Memory: Fix I cycles that had been moved to ARM7 core
|
|
|
|
- GBA Memory: Fix cycle counting for 32-bit load/stores
|
2015-02-06 07:36:51 +00:00
|
|
|
- GBA RR: Fix fallthrough error when reading tags from a movie
|
2015-04-04 04:25:25 +00:00
|
|
|
- GBA Thread: Fix possible hang when loading an archive
|
2015-02-18 06:20:37 +00:00
|
|
|
- GBA Thread: Fix possible deadlock in video sync
|
2015-04-04 04:25:25 +00:00
|
|
|
- Perf: Fix crash when the GBA thread fails to start
|
2015-02-20 08:23:03 +00:00
|
|
|
- Qt: Fix crash starting a GDB stub if a game isn't loaded
|
2015-02-21 09:59:33 +00:00
|
|
|
- Qt: Fix crash when adjusting settings after closing a game
|
2015-02-21 10:01:55 +00:00
|
|
|
- Qt: Fix crash when starting GDB stub after closing a game
|
2015-02-21 19:35:27 +00:00
|
|
|
- Qt: Fix patch loading while a game is running
|
2015-02-28 23:28:34 +00:00
|
|
|
- Qt: Fix crash when loading a game after stopping GDB server
|
2015-04-03 05:32:38 +00:00
|
|
|
- Qt: Pause game while open file dialogs are open (fixes #6 on GitHub)
|
2015-04-04 04:07:26 +00:00
|
|
|
- Qt: Fix crash when attempting to pause if a game is not running
|
2015-04-04 04:25:25 +00:00
|
|
|
- SDL: Properly clean up if a game doesn't launch
|
|
|
|
- Util: Fix sockets on Windows
|
2015-01-25 00:43:39 +00:00
|
|
|
Misc:
|
2015-04-04 04:25:25 +00:00
|
|
|
- All: Enable link-time optimization
|
2015-01-25 00:43:39 +00:00
|
|
|
- Debugger: Watchpoints now work on STM/LDM instructions
|
|
|
|
- Debugger: Clean up GDB stub network interfacing
|
|
|
|
- Debugger: Simplify debugger state machine to play nicer with the GBA thread loop
|
|
|
|
- Debugger: Merge Thumb BL instructions when disassembling
|
2015-01-25 21:28:14 +00:00
|
|
|
- Debugger: Clean up debugger interface, removing obsolete state (fixes #67)
|
2015-01-26 09:12:20 +00:00
|
|
|
- Debugger: Watchpoints now report address watched (fixes #68)
|
2015-02-03 11:08:37 +00:00
|
|
|
- Debugger: Add support for soft breakpoints
|
2015-02-13 08:49:13 +00:00
|
|
|
- Debugger: Make I/O register names be addresses instead of values
|
2015-02-13 08:56:43 +00:00
|
|
|
- Debugger: Rename read/write commands
|
2015-04-04 04:25:25 +00:00
|
|
|
- GBA: Improve accuracy of event timing
|
|
|
|
- GBA: Add API for getting Configuration structs for overrides and input
|
|
|
|
- GBA: Refactor gba-sensors and gba-gpio into gba-hardware
|
|
|
|
- GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
|
2015-03-09 03:56:42 +00:00
|
|
|
- GBA: Move A/V stream interface into core
|
2015-03-21 08:12:39 +00:00
|
|
|
- GBA: Savestates now take into account savedata state machines (fixes #109)
|
2015-04-04 04:25:25 +00:00
|
|
|
- GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
|
|
|
|
- GBA Memory: Simplify memory API and use fixed bus width
|
|
|
|
- GBA Thread: Make GBASyncWaitFrameStart time out
|
|
|
|
- GBA Video: Start video at the last scanline instead of the first
|
|
|
|
- Qt: Optimize logo drawing
|
|
|
|
- Qt: Move frame upload back onto main thread
|
2015-03-29 06:14:10 +00:00
|
|
|
- Qt: Remember window position
|
2015-03-30 00:12:39 +00:00
|
|
|
- Qt: Double-clicking on the window toggles full screen
|
2015-04-04 04:25:25 +00:00
|
|
|
- Util: Use proper locale for reading and writing float values
|
2015-01-25 00:43:39 +00:00
|
|
|
|
|
|
|
0.1.1: (2015-01-24)
|
|
|
|
Bugfixes:
|
|
|
|
- ARM7: Fix LDM writeback to a register already written
|
|
|
|
- GBA: Fix timers 2 and 3 updating incorrectly
|
|
|
|
- GBA Audio: Make larger buffer sizes than 2048 actually work properly
|
|
|
|
- GBA Audio: Fix GB audio channels being too quiet (fixes #159)
|
|
|
|
- GBA Audio: Properly initialize audio FIFO channels
|
|
|
|
- GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
|
|
|
|
- GBA BIOS: Fix BIOS prefetch after returning from a SWI
|
|
|
|
- GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
|
|
|
|
- GBA BIOS: Fix HuffUnComp to work when games pass an invalid bit length
|
|
|
|
- GBA BIOS: Fix GetBiosChecksum to return the value of a real GBA, regardless of used BIOS
|
|
|
|
- GBA BIOS: Fix HuffUnComp boundary conditions
|
|
|
|
- GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
|
|
|
|
- GBA Memory: Properly initialize 1 Mb flash, and add debug logging
|
|
|
|
- GBA Memory: Filter out top nybble of DMA addresses
|
|
|
|
- GBA Memory: Properly bounds-check VRAM accesses
|
|
|
|
- GBA Memory: Fix initial DMA state
|
|
|
|
- GBA Thread: Allow halted games to exit cleanly
|
2014-12-23 08:10:08 +00:00
|
|
|
- GBA Video: Fix blend issues with obscured middle layers
|
2014-12-25 04:25:25 +00:00
|
|
|
- GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
|
2014-12-30 07:33:12 +00:00
|
|
|
- GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
|
2015-01-01 03:59:26 +00:00
|
|
|
- GBA Video: Fix window interactions with 16-color mode 0 mosaic
|
2015-01-01 04:53:50 +00:00
|
|
|
- GBA Video: Fix sprite boundary conditions with mosaic
|
2015-01-25 00:43:39 +00:00
|
|
|
- GBA Video: Fix mode 0 being able to read tiles above appropriate tile range
|
|
|
|
- Qt: Fix issue with set frame sizes being the wrong height
|
|
|
|
- Qt: Fix emulator crashing when full screen if a game is not running
|
|
|
|
- Qt: Fix window focus issues
|
|
|
|
- Qt: Properly set default video recording settings
|
2015-01-05 03:01:26 +00:00
|
|
|
- Qt: Fix a race condition when a game crashes immediately
|
2015-01-05 06:30:23 +00:00
|
|
|
- Qt: Fix some cases where key mapping can break if focus is adjusted
|
2015-01-25 00:43:39 +00:00
|
|
|
- Qt: Fix crash if a game pauses before any frames are shown
|
|
|
|
- Debugger: Negative PC-relative loads now properly subtract the offset
|
|
|
|
- Debugger: Align PC-relative loads in Thumb
|
|
|
|
- Debugger: Fix watchpoints triggering too late
|
2015-01-08 09:03:06 +00:00
|
|
|
- Debugger: Fix binary print putting spaces between digits
|
2015-01-25 00:43:39 +00:00
|
|
|
- Video: Ensure FFmpeg encoder has audio frames
|
|
|
|
- Video: Fix uncompressed PCM audio recording
|
|
|
|
- Video: Fix FFmpeg crashing when the file extension is wrong
|
2015-01-16 08:11:50 +00:00
|
|
|
- Util: Fix SOCKET_FAILED macro
|
2014-12-17 06:16:22 +00:00
|
|
|
Misc:
|
2014-12-20 04:34:19 +00:00
|
|
|
- GBA: Exit cleanly on FATAL if the port supports it
|
2015-01-25 00:43:39 +00:00
|
|
|
- GBA Memory: Implement 16- and 32-bit loads from SRAM
|
|
|
|
- Qt: Disable sync to video by default
|
2014-12-20 04:34:48 +00:00
|
|
|
- Qt: Handle a game crash without crashing
|
2014-12-22 04:22:49 +00:00
|
|
|
- Qt: Set default log level to FATAL, ERROR and WARN
|
2014-12-22 06:24:19 +00:00
|
|
|
- Qt: Clarify some phrasing in the menus
|
2015-01-02 10:03:12 +00:00
|
|
|
- Qt: Clear active buttons when focus is lost
|
2014-12-15 05:12:08 +00:00
|
|
|
|
2014-12-14 01:26:11 +00:00
|
|
|
0.1.0: (2014-12-13)
|
|
|
|
- Initial release
|