CHANGES (view raw)
10.9.0: (Future)
2Features:
3 - e-Reader card scanning
4 - WebP and APNG recording
5 - Separate overrides for GBC games that can also run on SGB or regular GB
6 - Mute option in homebrew ports
7 - Status indicators for fast-forward and mute in homebrew ports
8 - Read-only support for MBC6 flash memory
9 - New unlicensed GB mappers: Pokémon Jade/Diamond, BBD, and Hitek
10 - Stack tracing tools in ARM debugger (by ahigerd)
11 - Command scripts for CLI debugger (by ahigerd)
12 - ARM disassembler now resolves addresses to symbol names
13 - Add Game Boy Player feature support to ports
14Emulation fixes:
15 - ARM: Fix ALU reading PC after shifting
16 - ARM: Fix STR storing PC after address calculation
17 - GB: Partially fix timing for skipped BIOS
18 - GB Audio: Fix initial sweep state
19 - GB Audio: Fix serializing sweep time
20 - GB Audio: Fix deserializing audio channels 2 and 3
21 - GB Audio: Fix deserializing while audio was disabled (fixes mgba.io/i/1305)
22 - GB MBC: Fix MBC1 mode changing behavior
23 - GB MBC: Fix some MBC3 bit masking
24 - GB Video: Fix state after skipping BIOS (fixes mgba.io/i/1715 and mgba.io/i/1716)
25 - GBA: Fix timing advancing too quickly in rare cases
26 - GBA: Clear GBP connection on reset
27 - GBA Audio: Fix deserializing SOUNDCNT_L
28 - GBA Audio: Fix stereo in XQ audio
29 - GBA Audio: Fix volume/mute in XQ audio (fixes mgba.io/i/1864)
30 - GBA Audio: Revamp FIFO emulation (fixes mgba.io/i/356, mgba.io/i/875, mgba.io/i/1847)
31 - GBA BIOS: Implement dummy sound driver calls
32 - GBA BIOS: Improve HLE BIOS timing
33 - GBA BIOS: Fix reloading video registers after reset (fixes mgba.io/i/1808)
34 - GBA BIOS: Make HLE BIOS calls interruptable (fixes mgba.io/i/1711 and mgba.io/i/1823)
35 - GBA DMA: Linger last DMA on bus (fixes mgba.io/i/301 and mgba.io/i/1320)
36 - GBA DMA: Fix ordering and timing of overlapping DMAs
37 - GBA Hardware: Fix GB Player detection on big endian platforms
38 - GBA I/O: Green swap register should be readable
39 - GBA Memory: Improve gamepak prefetch timing
40 - GBA Memory: Stall on VRAM access in mode 2 (fixes mgba.io/i/190)
41 - GBA Memory: Improve robustness of Matrix memory support
42 - GBA SIO: Fix copying Normal mode transfer values
43 - GBA SIO: Fix Normal mode being totally broken (fixes mgba.io/i/1800)
44 - GBA SIO: Fix deseralizing SIO registers
45 - GBA Video: Latch scanline at end of Hblank (fixes mgba.io/i/1319)
46 - GBA Video: Fix Hblank timing
47 - GBA Video: Invalidate map cache when modifying BGCNT (fixes mgba.io/i/1846)
48 - GBA Video: Don't draw sprites using unmapped VRAM in GL renderer (fixes mgba.io/i/1865)
49 - GBA Video: Implement green swap (fixes mgba.io/i/1609)
50 - GBA Video: Fix rare regression blending semitransparent sprites (fixes mgba.io/i/1876)
51 - GBA Video: Emulate sprite cycle limits in OpenGL renderer (fixes mgba.io/i/1635)
52 - GBA Video: Do not affect OBJ pixel priority when writing OBJWIN (fixes mgba.io/i/1890)
53 - GBA Video: Fix deferred blending when OBJWIN matches window (fixes mgba.io/i/1905)
54 - GBA Video: Fix mode 4 transparency in OpenGL (fixes mgba.io/i/1907)
55 - SM83: Emulate HALT bug
56Other fixes:
57 - 3DS: Redo video sync to be more precise
58 - 3DS: Fix crash with libctru 2.0 when exiting
59 - 3DS: Fix thread cleanup
60 - All: Improve export headers (fixes mgba.io/i/1738)
61 - Core: Ensure ELF regions can be written before trying
62 - Core: Fix reported ROM size when a fixed buffer size is used
63 - Core: Fix memory leak loading ELF files
64 - Debugger: Don't skip undefined instructions when debugger attached
65 - FFmpeg: Fix some small memory leaks
66 - FFmpeg: Fix encoding of time base
67 - GBA: Disable more checks when loading GS save with checks disabled (fixes mgba.io/i/1851)
68 - GBA: Fix endianness issues in renderer proxy
69 - GBA Core: Fix memory leak when loading symbols
70 - Qt: Force OpenGL paint engine creation thread (fixes mgba.io/i/1642)
71 - Qt: Fix static compilation in MinGW (fixes mgba.io/i/1769)
72 - Qt: Fix a race condition in the frame inspector
73 - Qt: Add dummy English translation file (fixes mgba.io/i/1469)
74 - Qt: Fix Battle Chip view not displaying chips on some DPI settings
75 - Qt: Fix camera image being upside-down sometimes (fixes mgba.io/i/829 again)
76 - Qt: Fix drawing on macOS break when using OpenGL (fixes mgba.io/i/1899)
77 - Qt: Load/save bytes from memory viewer in the order visible (fixes mgba.io/i/1900)
78 - Qt: Fix stride changing when toggling SGB borders (fixes mgba.io/i/1898)
79 - Qt: Fix aliasing on background logo (fixes mgba.io/i/1886)
80 - mGUI: Fix closing down a game if an exit is signalled
81 - mGUI: Fix cycling through config setting states with accept button
82 - mVL: Fix injecting accidentally draining non-injection buffer
83 - SM83: Simplify register pair access on big endian
84 - SM83: Disassemble STOP as one byte
85 - VFS: Fix directory node listing on some filesystems
86Misc:
87 - 3DS: Use "wide mode" where applicable for slightly better filtering
88 - Core: Add savedataUpdated callback
89 - Core: Add shutdown callback
90 - GB: Allow pausing event loop while CPU is blocked
91 - GB: Add support for sleep and shutdown callbacks
92 - GBA: Allow pausing event loop while CPU is blocked
93 - GBA BIOS: Division by zero should emit a FATAL error
94 - GBA Video: Convert OpenGL VRAM texture to integer
95 - GBA Video: Improve speed of window texture generation on AMD
96 - Debugger: Keep track of global cycle count
97 - FFmpeg: Add looping option for GIF/APNG
98 - mGUI: Show battery percentage
99 - Qt: Renderer can be changed while a game is running
100 - Qt: Add hex index to palette view
101 - Qt: Add transformation matrix info to sprite view
102 - Qt: Memory viewer now supports editing decimal values directly (closes mgba.io/i/1705)
103 - Qt: Add copy button to GB printer dialog
104 - Util: Reset vector size on deinit
105 - VFS: Change semantics of VFile.sync on mapped files (fixes mgba.io/i/1730)
106
1070.8.3: (2020-08-03)
108Emulation fixes:
109 - ARM: Fix LDM^ writeback to user-mode register
110 - ARM: Fix LDM^ {pc} differences (fixes mgba.io/i/1698)
111 - ARM: Fix edge case with Thumb SBC flags (fixes mgba.io/i/1818)
112 - GB MBC: Fix MBC1 RAM enable bit selection
113 - GB MBC: Fix MBC2 bit selection
114 - GB Memory: Fix OAM DMA from top 8 kB
115 - GB Video: Always initialize palette
116 - GBA Savedata: Fix potential corruption when loading a 1Mbit flash save
117 - GBA Video: Fix invalid read in mode 4 mosaic
118 - GBA Video: Fix color of disabled screen
119 - SM83: Fix flags on little endian PowerPC
120Other fixes:
121 - 3DS: Fix garbage on borders of scaled screens
122 - All: Correct format strings for some numbers on Windows (fixes mgba.io/i/1794)
123 - All: Correct more format strings on Windows (fixes mgba.io/i/1817)
124 - ARM: Fix decoder detection of branches with ALU and LDR instrctions
125 - CMake: Fix build with libzip 1.7
126 - CMake: Add missing dllexports.h file to dev installation
127 - GB Core: Fix extracting SRAM when none is present
128 - GBA: Fix leak if attempting to load BIOS multiple times
129 - GBA Memory: Fix instability on Wii when using AGBPrint
130 - GBA Savedata: Fix extracting save when not yet configured in-game
131 - Qt: Fix file handle leak on opening an invalid ROM
132 - Qt: Fix Italian RTC translation (fixes mgba.io/i/1798)
133 - Qt: Add missing option for Wisdom Tree in overrides list
134 - Qt: Fix stability regression on AMD drivers (fixes mgba.io/i/1791)
135 - Util: Fix crash if PNG header fails to write
136 - Vita: Fix flickering when using frameskip (fixes mgba.io/i/1822)
137 - Wii: Fix pixelated filtering on interframe blending (fixes mgba.io/i/1830)
138Misc:
139 - FFmpeg: Use range coder for FFV1 to reduce output size
140 - Qt: Add per-page scrolling to memory view (fixes mgba.io/i/1795)
141 - Qt: Add setting to display ROM filename in title (closes mgba.io/i/1784)
142
1430.8.2: (2020-06-14)
144Emulation fixes:
145 - ARM: Fix timing on Thumb shift instructions
146 - GB: Fix GBC game registers after skipping BIOS
147 - GB MBC: Support 4MB MBC30 ROMs (fixes mgba.io/i/1713)
148 - GB Video: Fix BGPS value after skipping BIOS (fixes mgba.io/i/1717)
149 - GBA: Add missing RTC overrides for Legendz games
150 - GBA BIOS: Reset renderer when RegisterRamReset called (fixes mgba.io/i/1756)
151 - GBA SIO: Fix Multiplayer busy bit
152 - GBA SIO: Fix double-unloading active driver
153 - GBA Timers: Fix deserializing count-up timers
154 - GBA Video: Fix mosaic objects drawing past the end (fixes mgba.io/i/1702)
155 - GBA Video: Fix disabling OBJWIN in GL renderer (fixes mgba.io/i/1759)
156 - GBA Video: Add missing parts of 256-color mode 0 mosaic (fixes mgba.io/i/1701)
157 - GBA Video: Fix double-size OBJ wrapping in GL renderer (fixes mgba.io/i/1712)
158 - GBA Video: Simplify sprite cycle counting (fixes mgba.io/i/1279)
159 - GBA Video: Fix sprite/backdrop blending regression
160Other fixes:
161 - 3DS: Fix framelimiter on newer citro3d (fixes mgba.io/i/1771)
162 - ARM: Fix disassembling of several S-type instructions (fixes mgba.io/i/1778)
163 - ARM Debugger: Clear low bit on breakpoint addresses (fixes mgba.io/i/1764)
164 - CMake: Always use devkitPro toolchain when applicable (fixes mgba.io/i/1755)
165 - Core: Fix ELF loading regression (fixes mgba.io/i/1669)
166 - Core: Fix crash modifying hash table entry (fixes mgba.io/i/1673)
167 - GB Video: Fix some cases where SGB border doesn't draw to multi-buffers
168 - GBA: Reject incorrectly sized BIOSes
169 - GBA: Break infinite loop for 0-frame mVLs (fixes mgba.io/i/1723)
170 - Qt: Fix OpenGL 2.1 support (fixes mgba.io/i/1678)
171 - Qt: Fix unmapping zipped ROM (fixes mgba.io/i/1777)
172Misc:
173 - 3DS: Clean up legacy initialization (fixes mgba.io/i/1768)
174 - GBA Serialize: Only flunk BIOS check if official BIOS was expected
175 - Qt: Disable Replace ROM option when no game loaded
176 - Qt: Defer texture updates until frame is drawn (fixes mgba.io/i/1590)
177 - Qt: Set icon for Discord Rich Presence
178 - Qt: Show a warning when save file can't be opened
179
1800.8.1: (2020-02-16)
181Emulation fixes:
182 - GB Serialize: Fix timing bug loading channel 4 timing
183 - GBA: Fix multiboot entry point while skipping BIOS
184 - GBA BIOS: Fix undefined instruction HLE behavior
185 - GBA DMA: Fix invalid audio DMA parameters
186 - GBA Memory: Misaligned SRAM writes are ignored
187 - GBA Serialize: Fix serializing DMA transfer register
188 - GBA Serialize: Fix audio DMA timing deserialization
189 - GBA Video: Fix OAM not invalidating after reset (fixes mgba.io/i/1630)
190 - GBA Video: Fix backdrop blending on lines without sprites (fixes mgba.io/i/1647)
191 - GBA Video: Fix OpenGL sprite flag priority
192Other fixes:
193 - Core: Fix race condition initializing thread proxy
194 - Core: Fix integer overflow in ELF loading
195 - FFmpeg: Fix crash when -strict -2 is needed for vcodec or container
196 - FFmpeg: Disallow recording video with no audio nor video
197 - GBA: Automatically skip BIOS for multiboot ROMs
198 - Qt: Only dynamically reset video scale if a game is running
199 - Qt: Fix race condition with proxied video events
200 - Qt: Fix color selection in asset view (fixes mgba.io/i/1648)
201 - Qt: Fix missing OSD messages
202 - Qt: Fix crash unloading shaders
203 - Qt: Fix toggled actions on gamepads (fixes mgba.io/i/1650)
204 - Qt: Fix extraneous dialog (fixes mgba.io/i/1654)
205 - Qt: Fix window title not updating after shutting down game
206 - Qt: Fix GIF view not allowing manual filename entry
207 - Qt: Fix non-GB build (fixes mgba.io/i/1664)
208 - Qt: Fix pausing Qt Multimedia audio (fixes mgba.io/i/1643)
209 - Qt: Fix invalid names for modifier keys (fixes mgba.io/i/525)
210 - SDL: Refresh stale pointers after adding a joystick (fixes mgba.io/i/1622)
211 - Util: Fix crash reading invalid ELFs
212 - VFS: Fix handle leak when double-mapping (fixes mgba.io/i/1659)
213Misc:
214 - FFmpeg: Add more presets
215 - Qt: Fix non-SDL build (fixes mgba.io/i/1656)
216 - SDL: Use DirectSound audio driver by default on Windows
217 - Switch: Make OpenGL scale adjustable while running
218
2190.8.0: (2020-01-21)
220Features:
221 - Improved logging configuration
222 - One-Player BattleChip/Progress/Beast Link Gate support
223 - Add Game Boy Color palettes for original Game Boy games
224 - Debugger: Add unary operators and memory dereferencing
225 - GB: Expose platform information to CLI debugger
226 - Support Discord Rich Presence
227 - Debugger: Add tracing to file
228 - Enhanced map viewer, supporting bitmapped GBA modes and more displayed info
229 - OpenGL renderer with high-resolution upscaling support
230 - Experimental high level "XQ" audio for most GBA games
231 - Interframe blending for games that use flicker effects
232 - Frame inspector for dissecting and debugging rendering
233 - Switch: Option to use built-in brightness sensor for Boktai
234 - Ports: Ability to enable or disable all SGB features (closes mgba.io/i/1205)
235 - Ports: Ability to crop SGB borders off screen (closes mgba.io/i/1204)
236 - Cheats: Add support for loading Libretro-style cht files
237 - GBA Cheats: Add support for loading EZ Flash-style cht files
238 - Support for unlicensed Wisdom Tree Game Boy mapper
239 - Qt: Add export button for tile view (closes mgba.io/i/1507)
240 - Qt: Add recent game list clearing (closes mgba.io/i/1380)
241 - GB: Yanking gamepak now supported
242 - Qt: Memory range dumping (closes mgba.io/i/1298)
243Emulation fixes:
244 - GB: Fix using boot ROM with MMM01 games
245 - GB Audio: Only reset channel 3 sample in DMG mode
246 - GB Audio: Sample inactive channels (fixes mgba.io/i/1455, mgba.io/i/1456)
247 - GB Audio: Fix channel 4 volume (fixes mgba.io/i/1529)
248 - GB I/O: Filter IE top bits properly (fixes mgba.io/i/1329)
249 - GB Memory: Better emulate 0xFEA0 region on DMG, MGB and AGB
250 - GB Video: Delay LYC STAT check (fixes mgba.io/i/1331)
251 - GB Video: Fix window being enabled mid-scanline (fixes mgba.io/i/1328)
252 - GB Video: Fix mode 0 window edge case (fixes mgba.io/i/1519)
253 - GB Video: Fix color scaling in AGB mode
254 - GBA: All IRQs have 7 cycle delay (fixes mgba.io/i/539, mgba.io/i/1208)
255 - GBA: Reset now reloads multiboot ROMs
256 - GBA BIOS: Fix multiboot entry point (fixes Magic Floor)
257Other fixes:
258 - Core: Improved lockstep driver reliability (Le Hoang Quyen)
259 - FFmpeg: Drain recording buffers
260 - GB: Fix reading ROM immediately after unmapping BIOS
261 - GB SIO: Fix lockstep failing games aren't reloaded
262 - GBA Cheats: Fix value incrementing in CB slide codes (fixes mgba.io/i/1501)
263 - Libretro: Fix crash changing allowing opposing directions (hhromic)
264 - Qt: Fix some Qt display driver race conditions
265 - Qt: Fix menu bar staying hidden in full screen (fixes mgba.io/i/317)
266 - Qt: Only show emulator restart warning once per settings saving
267 - Qt: Fix LibraryController initialization (fixes mgba.io/i/1324)
268 - Shaders: Fix gba-color shader resolution (fixes mgba.io/i/1435)
269 - Switch: Fix audio when video rate desyncs (fixes mgba.io/i/1532)
270Misc:
271 - CMake: Don't use libzip on embedded platforms (fixes mgba.io/i/1527)
272 - Core: Add keysRead callback
273 - Core: Create game-related paths if they don't exist (fixes mgba.io/i/1446)
274 - Core: Add more memory search ops (closes mgba.io/i/1510)
275 - Debugger: Make tracing compatible with breakpoints/watchpoints
276 - Debugger: Print breakpoint/watchpoint number when inserting
277 - Feature: Switch from ImageMagick to FFmpeg for GIF generation
278 - FFmpeg: Support audio-only recording
279 - GB Memory: Support running from blocked memory
280 - GBA BIOS: Add timings for HLE BIOS math functions (fixes mgba.io/i/1396)
281 - GBA BIOS: Fix clobbered registers in CpuSet (fixes mgba.io/i/1531)
282 - GBA Savedata: EEPROM performance fixes
283 - GBA Savedata: Automatically map 1Mbit Flash files as 1Mbit Flash
284 - Debugger: Add breakpoint and watchpoint listing
285 - mGUI: Remember name and position of last loaded game
286 - OpenGL: Only resize textures when needed
287 - Qt: Don't unload ROM immediately if it crashes
288 - Qt: Support switching webcams
289 - Qt: Cap window size on start to monitor size
290 - Qt: Open a message box for Qt frontend errors
291 - Qt: Increase maximum magnifications and scaling
292 - Qt: Add native FPS button to settings view
293 - Qt: Improve sync code
294 - Qt: Add option to pause on minimizing window (closes mgba.io/i/1379)
295 - Qt: Scale pixel color values to full range (fixes mgba.io/i/1511)
296 - Qt: Remove What's This icon from dialogs
297 - Qt: Printer quality of life improvements (fixes mgba.io/i/1540)
298 - Qt: Add copy and QoL improvements to graphic views (closes mgba.io/i/1541)
299 - Qt: Show list of all sprites in sprite view
300 - Qt: Add option for disabling OSD messages
301 - Qt, OpenGL: Disable integer scaling for dimensions that don't fit
302 - SM83: Support PC-relative opcode decoding
303 - Switch: Dynamic display resizing
304 - Switch: Support file associations
305 - Vita: L2/R2 and L3/R3 can now be mapped on PSTV (fixes mgba.io/i/1292)
306Changes from beta 1:
307Emulation fixes:
308 - ARM: Fix STR writeback pipeline stage
309 - ARM: Partially fix LDM/STM writeback with empty register list
310 - ARM: Fix stepping when events are pending
311 - GBA DMA: Fix case where DMAs could get misaligned (fixes mgba.io/i/1092)
312 - GBA Memory: Fix open bus from IWRAM (fixes mgba.io/i/1575)
313 - GBA Timers: Improve timer startup emulation
314 - GBA Video: Fix OpenGL renderer 512x512 backgrounds (fixes mgba.io/i/1572)
315 - GBA Video: Fix BLDY for semitransparent sprite on non-target-2 backgrounds
316 - GBA Video: Fix effects blending improperly in some non-last windows
317 - GBA Video: Copy higher priority target 1 flag
318Other fixes:
319 - 3DS: Fix screen darkening (fixes mgba.io/i/1562)
320 - Core: Fix uninitialized memory issues with graphics caches
321 - Core: Return null for out of bounds cached tile VRAM querying
322 - GBA Video: Fix OpenGL fragment data binding
323 - GBA Video: Fix mosaic in modes 1-5 in OpenGL (fixes mgba.io/i/1620)
324 - Debugger: Fix tracing skipping instructions (fixes mgba.io/i/1614)
325 - OpenGL: Only invalidate texture if dimensions change (fixes mgba.io/i/1612)
326 - Qt: Fix fast forward mute being reset (fixes mgba.io/i/1574)
327 - Qt: Fix scrollbar arrows in memory view (fixes mgba.io/i/1558)
328 - Qt: Fix several cases where shader selections don't get saved
329 - Qt: Fix division by zero error in invalid TilePainter state
330 - Qt: Fix "restart needed" dialog after first config (fixes mgba.io/i/1601)
331 - Qt: Fix undesired screen filtering when paused (fixes mgba.io/i/1602)
332 - Qt: Fix sprite view using wrong base address (fixes mgba.io/i/1603)
333 - Qt: Fix inability to clear default keybindings
334 - Qt: Release held actions if they get rebound
335 - Qt: Fix crash double-clicking menus in shortcut settings (fixes mgba.io/i/1627)
336 - Qt: Fix record A/V window not updating resolution (fixes mgba.io/i/1626)
337 - Vita: Fix analog controls (fixes mgba.io/i/1554)
338 - Wii: Fix game fast-forwarding after slowing down
339 - Wii: Improve audio buffering (fixes mgba.io/i/1617)
340Misc:
341 - GB Memory: Support manual SRAM editing (fixes mgba.io/i/1580)
342 - GBA: Trim non-movie ROMs to 32 MiB if applicable
343 - GBA Audio: Redo channel 4 batching for GBA only
344 - GBA I/O: Stop logging several harmless invalid register reads
345 - GBA Video: Changing OpenGL scaling no longer requires restart
346 - Debugger: Separate aliases from main commands
347 - Debugger: Print break-/watchpoint ID when breaking in CLI
348 - Debugger: Minor interface cleanup
349 - SDL: Use controller GUID instead of name
350 - SM83: Rename LR35902 to SM83
351 - Tools: Allow using threaded renderer in perf.py
352 - Tools: Clean up unused argument in mgba-perf
353
3540.8 beta 1: (2019-10-20)
355- Initial beta for 0.8
356
3570.7.3: (2019-09-15)
358Emulation fixes:
359 - GB: Fix savedata initialization (fixes mgba.io/i/1473, mgba.io/i/1478)
360 - GB: Fix SGB controller incrementing (fixes mgba.io/i/1104)
361 - GB Audio: Improve channel 4 supersampling
362 - GB Printer: Reset printer buffer index after printing
363 - GB Audio: Deschedule channel 3 when disabled (fixes mgba.io/i/1463)
364 - GB Audio: Deschedule channel 1 when disabled by sweep (fixes mgba.io/i/1467)
365 - GB Video: Increment BCPS/OCPS even in mode 3 (fixes mgba.io/i/1462)
366 - GBA Memory: Fix STM to VRAM (fixes mgba.io/i/1430)
367 - GBA Memory: Fix STM/LDM to invalid VRAM
368 - GBA Video: Fix wrapped sprite mosaic clamping (fixes mgba.io/i/1432)
369 - GBA Audio: Fix channel 4 aliasing (fixes mgba.io/i/1265)
370Other fixes:
371 - Core: Fix crashes if core directories aren't set
372 - Core: Fix crash when exiting game with cheats loaded
373 - GBA: Set up GPIO mapping on null and ELF ROM regions (fixes mgba.io/i/1481)
374 - GBA Cheats: Fix PARv3 Thumb hooks
375 - GBA Cheats: Fix value incrementing in CB slide codes (fixes mgba.io/i/1501)
376 - Qt: Fix FPS target maxing out at 59.727 (fixes mgba.io/i/1421)
377 - Qt: Cap audio buffer size to 8192 (fixes mgba.io/i/1433)
378 - Qt: Fix race conditions initializing GDB stub
379 - Qt: Improve cheat view UX
380 - Libretro: Fix crash changing allowing opposing directions (hhromic)
381 - mGUI: Fix crash if last loaded ROM directory disappears (fixes mgba.io/i/1466)
382 - Switch: Fix threading-related crash on second launch
383Misc:
384 - Qt: Make mute menu option also toggle fast-forward mute (fixes mgba.io/i/1424)
385 - Qt: Show error message if file failed to load
386
3870.7.2: (2019-05-25)
388Emulation fixes:
389 - GB: Fix HALT when IE and IF unused bits are set (fixes mgba.io/i/1349)
390 - GB Timer: Fix timing adjustments when writing to TAC (fixes mgba.io/i/1340)
391 - GB Video: Fix window y changing mid-window (fixes mgba.io/i/1345)
392 - GB Video: Fix more window edge cases (fixes mgba.io/i/1346)
393 - GBA: Fix RTC on non-standard sized ROMs (fixes mgba.io/i/1400)
394 - GBA DMA: Fix DMA0-2 lengths (fixes mgba.io/i/1344)
395 - GBA Memory: Fix writing to OBJ memory in modes 3 and 5
396 - GBA Memory: Prevent writing to mirrored BG VRAM (fixes mgba.io/i/743)
397 - GBA Video: Fix scanline cache with scale factor change edge cases
398 - GBA Video: Fix sprite mosaic clamping (fixes mgba.io/i/1008)
399 - GBA Video: Implement mosaic on transformed sprites (fixes mgba.io/b/5)
400Other fixes:
401 - 3DS: Ensure core 2 can be used for threaded renderer (fixes mgba.io/i/1371)
402 - All: Fix several memory leaks
403 - GB Core: Fix toggling WIN and OBJ being swapped
404 - GBA: Fix skipping BIOS on irregularly sized ROMs
405 - CMake: Fix .deb imagemagick dependencies
406 - FFmpeg: Improve initialization reliability and cleanup
407 - FFmpeg: Fix audio conversion producing gaps
408 - LR35902: Fix disassembly of several CB-prefix instructions
409 - LR35902: Fix trailing whitespace in disassembly
410 - Qt: More app metadata fixes
411 - Qt: Fix load recent from archive (fixes mgba.io/i/1325)
412 - Qt: Fix overrides getting discarded (fixes mgba.io/i/1354)
413 - Qt: Fix saved scale not getting set on resize (fixes mgba.io/i/1074)
414 - Qt: Fix crash in sprite viewer magnification (fixes mgba.io/i/1362)
415 - Qt: Fix adjusting magnification in tile viewer when not fitting to window
416 - Qt: Fix bounded fast forward with Qt Multimedia
417 - Qt: Fix saving settings with native FPS target
418 - Wii: Fix aspect ratio (fixes mgba.io/i/500)
419Misc:
420 - Qt: Add missing HEVC NVENC option (fixes mgba.io/i/1323)
421 - Qt: Improve camera initialization
422 - Vita: Improved frame drawing speed
423
4240.7.1: (2019-02-24)
425Bugfixes:
426 - 3DS: Work around menu freezing (fixes mgba.io/i/1294)
427 - GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM
428 - GB Serialize: Fix loading states with negative pixel x (fixes mgba.io/i/1293)
429 - GB, GBA Serialize: Fix loading two states in a row
430 - GBA: Fix video timing when skipping BIOS (fixes mgba.io/i/1318)
431 - GBA DMA: Fix Display Start DMAs
432 - GBA DMA: Fix DMA start/end timing
433 - GBA DMA: Fix invalid DMA handling (fixes mgba.io/i/1301)
434 - GBA Memory: Fix a few AGBPrint crashes
435 - GBA Memory: Fix OOB ROM reads showing up as AGBPrint memory
436 - GBA SIO: Prevent writing read-only multiplayer bits
437 - GBA Video: Fix enabling layers in non-tile modes (fixes mgba.io/i/1317)
438 - Python: Fix crash when deleting files owned by library
439 - Python: Make sure GB link object isn't GC'd before GB object
440 - PSP2: Fix file descriptors dying on suspend (fixes mgba.io/i/1123)
441 - Qt: Fix tile and sprite views not always displaying at first
442 - Qt: Fix audio context holding onto closed game controller
443 - Qt: Fix color picking in sprite view (fixes mgba.io/i/1307)
444 - Qt: Fix window icon on X11
445 - Qt: Fix quick load recent accidentally saving (fixes mgba.io/i/1309)
446 - Switch: Fix final cleanup (fixes mgba.io/i/1283)
447 - Switch: Fix gyroscope orientation (fixes mgba.io/i/1300)
448Misc:
449 - GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1274)
450 - Qt: Updated Italian translation (by Vecna)
451
4520.7.0: (2019-01-26)
453Features:
454 - ELF support
455 - Game Boy Camera support
456 - Qt: Set default Game Boy colors
457 - Game Boy Printer support
458 - Super Game Boy support
459 - Customizable autofire speed
460 - Ability to set default Game Boy model
461 - Map viewer
462 - Automatic cheat loading and saving
463 - GameShark and Action Replay button support
464 - AGBPrint support
465 - Debugger: Conditional breakpoints and watchpoints
466 - Ability to select GB/GBC/SGB BIOS on console ports
467 - Optional automatic state saving/loading
468 - Access to ur0 and uma0 partitions on the Vita
469 - Partial support for MBC6, MMM01, TAMA and HuC-1 GB mappers
470 - GBA: ARMIPS/A22i-style and ELF symbol table support
471 - Initial Switch port
472Bugfixes:
473 - ARM: Fix MSR when T bit is set
474 - Core: Fix audio sync breaking when interrupted
475 - Core: Fix ordering events when scheduling during events
476 - FFmpeg: Fix encoding audio/video queue issues
477 - GB: Revamp IRQ handling based on new information
478 - GB: Fix IRQ disabling on the same T-cycle as an assert
479 - GB Audio: Make audio unsigned with bias (fixes mgba.io/i/749)
480 - GB Audio: Clock frame events on DIV
481 - GB Audio: Fix channel 3 reset value
482 - GB Audio: Fix channel 4 initial LFSR
483 - GB Audio: Fix channel 1, 2 and 4 reset timing
484 - GB I/O: DMA register is R/W
485 - GB MBC: Improve multicart detection heuristic (fixes mgba.io/i/1177)
486 - GB, GBA Savedata: Fix savestate loading overwriting saves on reset
487 - GB, GBA Savedata: Fix unmasking savedata crash
488 - GB Serialize: Fix audio state loading
489 - GB Serialize: Fix game title check
490 - GB Serialize: Fix IRQ pending/EI pending confusion
491 - GB Timer: Minor accuracy improvements
492 - GB Video: Fix dot clock timing being slightly wrong
493 - GB Video: Fix loading states while in mode 3
494 - GB Video: Fix enabling window when LY > WY (fixes mgba.io/i/409)
495 - GB Video: Fix SCX timing
496 - GB, GBA Video: Don't call finishFrame twice in thread proxy
497 - GBA: Reset WAITCNT properly
498 - GBA BIOS: Fix BitUnPack final byte
499 - GBA BIOS: Fix BitUnPack narrowing
500 - GBA DMA: Fix invalid DMA reads (fixes mgba.io/i/142)
501 - GBA DMA: Fix temporal sorting of DMAs of different priorities
502 - GBA Hardware: Fix RTC overriding light sensor (fixes mgba.io/i/1069)
503 - GBA Hardware: Fix RTC handshake transition (fixes mgba.io/i/1134)
504 - GBA Memory: Fix Vast Fame support (taizou) (fixes mgba.io/i/1170)
505 - GBA Savedata: Fix savedata modified time updating when read-only
506 - GBA Serialize: Fix loading channel 3 volume (fixes mgba.io/i/1107)
507 - GBA Serialize: Fix loading states in Hblank
508 - GBA SIO: Fix unconnected SIOCNT for multi mode (fixes mgba.io/i/1105)
509 - GBA Timer: Fix timers sometimes being late (fixes mgba.io/i/1012)
510 - GBA Video: Don't mask out high bits of BLDY (fixes mgba.io/i/899)
511 - GBA Video: Add delay when enabling BGs (fixes mgba.io/i/744, mgba.io/i/752)
512 - GBA Video: Start timing mid-scanline when skipping BIOS
513 - GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1126)
514 - GBA Video: Make layer disabling work consistently
515 - PSP2: Fix more issues causing poor audio
516 - Qt: Fix GL display when loading a game from CLI (fixes mgba.io/i/843)
517 - Qt: Improve FPS timer stability
518 - Util: Fix wrapping edge cases in RingFIFO
519Misc:
520 - 3DS: Remove deprecated CSND interface
521 - All: Make FIXED_ROM_BUFFER an option instead of 3DS-only
522 - Core: Remove broken option for whether rewinding restores save games
523 - Feature: Added loading savestates from command line
524 - FFmpeg: Support libswresample (fixes mgba.io/i/1120, mgba.io/b/123)
525 - FFmpeg: Support lossless h.264 encoding
526 - FFmpeg: Support lossless VP9 encoding
527 - GBA Cheats: Allow multiple ROM patches in the same slot
528 - GB: Skip BIOS option now works
529 - GB: Fix VRAM/palette locking (fixes mgba.io/i/1109)
530 - GB Audio: Improved audio quality
531 - GB, GBA Audio: Increase max audio volume
532 - GB MBC: Remove erroneous bank 0 wrapping
533 - GB Video: Darken colors in GBA mode
534 - GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)
535 - GBA: Implement display start DMAs
536 - GBA: Improve multiboot image detection
537 - GBA Memory: 64 MiB GBA Video cartridge support
538 - GBA Savedata: Remove ability to disable realistic timing
539 - GBA Timer: Use global cycles for timers
540 - Libretro: Add frameskip option
541 - mGUI: Add fast forward toggle
542 - PSP2: Use system enter key by default
543 - Python: Integrate tests from cinema test suite
544 - Qt: Redo GameController into multiple classes
545 - Qt: Prevent window from being created off-screen
546 - Qt: Add option to disable FPS display
547 - Qt: Options to mess around with layer placement
548 - Qt: Add load alternate save option
549 - Qt: Allow pausing game at load (fixes mgba.io/i/1129)
550 - Qt: Clean up FPS target UI (fixes mgba.io/i/436)
551 - Test: Restructure test suite into multiple executables
552 - Util: Don't build crc32 if the function already exists
553 - Wii: Move audio handling to callbacks (fixes mgba.io/i/803)
554Changes from beta 1:
555Features:
556 - Libretro: Add Game Boy cheat support
557 - Qt: Separate fast forward volume control (fixes mgba.io/i/846, mgba.io/i/1143)
558 - Switch: Rumble support
559 - Switch: Rotation support
560 - Switch: Screen stretching options
561 - Qt: State file load/save menu options
562 - Windows installer
563 - Tile viewer now has adjustable width
564 - Python: Experimental audio API
565Bugfixes:
566 - 3DS: Fix unused screens not clearing (fixes mgba.io/i/1184)
567 - Core: Remember to deinit proxy ring FIFO
568 - Core: Reroot timing list when (de)scheduling
569 - GB, GBA: Fix broken opposing button filter (fixes mgba.io/i/1191)
570 - GB MBC: Fix MBC30 SRAM
571 - GB, GBA Savedata: Fix leaks when loading masked save (fixes mgba.io/i/1197)
572 - GB Video: Fix SGB border hole size
573 - GB Video: Changing LYC while LCDC off doesn't affect STAT (fixes mgba.io/i/1224)
574 - GBA: Fix GB Player features
575 - GBA I/O: SOUNDCNT_HI is readable when sound is off
576 - GBA Savedata: Fix EEPROM writing codepath when savetype is not EEPROM
577 - GBA Video: Fix caching with background toggling (fixes mgba.io/i/1118)
578 - Libretro: Fix adding codes with hooks
579 - PSP2: Fix audio crackling after fast forward
580 - PSP2: Fix audio crackling when buffer is full
581 - Qt: Fix jumbled background when paused
582 - Qt: Fix FPS counter on Windows
583 - Qt: Fix focus issues with load/save state overlay
584 - Switch: Fix incorrect mapping for fast forward cap
585 - Wii: Fix drawing caching regression (fixes mgba.io/i/1185)
586 - PSP2: Fix tearing issues (fixes mgba.io/i/1211)
587 - Qt: Fix mapping analog triggers (fixes mgba.io/i/495)
588 - Qt: Grab focus when game starts (fixes mgba.io/i/804)
589 - Qt: Ensure FATAL logs reach log view
590 - SDL: Fix handling of invalid gamepads (fixes mgba.io/i/1239)
591Misc:
592 - CMake: Fix libswresample version dependencies (fixes mgba.io/i/1229)
593 - Debugger: Minor text fixes
594 - Debugger: Readability improvements (fixes mgba.io/i/1238)
595 - GB: Improved SGB2 support
596 - GB Audio: Skip frame if enabled when clock is high
597 - Libretro: Reduce rumble callbacks
598 - mGUI: Add SGB border configuration option
599 - mGUI: Add support for different settings types
600 - Python: Minor API improvements
601 - Qt: Ensure camera image is valid
602 - Qt: Debugger console history
603 - Qt: Detect presence of GL_ARB_framebuffer_object
604 - Qt: Minor memory view tweaks
605 - Res: Improve modeling of AGB/AGS screen in shaders
606 - Wii: Define _GNU_SOURCE (fixes mgba.io/i/1106)
607 - Wii: Expose stretch configuration in settings
608 - Wii: Stretch now sets pixel-accurate mode size cap
609
6100.7 beta 1: (2018-09-24)
611- Initial beta for 0.7
612
6130.6.3: (2018-04-14)
614Bugfixes:
615 - GB Audio: Revert unsigned audio changes
616 - GB Video: Fix bad merge (fixes mgba.io/i/1040)
617 - GBA Video: Fix OBJ blending regression (fixes mgba.io/i/1037)
618
6190.6.2: (2018-04-03)
620Bugfixes:
621 - Core: Fix ROM patches not being unloaded when disabled (fixes mgba.io/i/962)
622 - 3DS: Fix opening files in directory names with trailing slashes
623 - LR35902: Fix watchpoints not reporting new value
624 - GB MBC: Fix MBC2 saves (fixes mgba.io/i/954)
625 - GB Memory: HDMAs should not start when LCD is off (fixes mgba.io/i/310)
626 - GB Memory: Fix OAM DMA blocking regions (fixes mgba.io/i/1013)
627 - GB Video: Only trigger STAT write IRQs when screen is on (fixes mgba.io/i/912)
628 - GBA: Fix some GBA ROM misdetection (fixes mgba.io/i/978)
629 - GBA: Fix SharkPort saves for EEPROM games
630 - GBA Audio: Increase PSG volume (fixes mgba.io/i/932)
631 - GBA BIOS: Fix incorrect exit condition in LZ77
632 - GBA Cheats: Fix PARv3 slide codes (fixes mgba.io/i/919)
633 - GBA Cheats: Fix slide codes not initializing properly
634 - GBA DMA: ROM reads are forced to increment
635 - GBA Hardware: RTC accuracy improvements
636 - GBA I/O: Fix writing to DISPCNT CGB flag (fixes mgba.io/i/902)
637 - GBA Memory: Fix copy-on-write memory leak
638 - GBA Memory: Partially revert prefetch changes (fixes mgba.io/i/840)
639 - GBA Savedata: Fix crash when resizing flash
640 - GBA Video: Force align 256-color tiles
641 - GBA Video: OBJWIN can change blend params after OBJ is drawn (fixes mgba.io/i/921)
642 - PSP2: Fix issues causing poor audio
643 - Python: Fix package directory
644 - Qt: Fix locale being set to English on settings save (fixes mgba.io/i/906)
645 - Qt: Fix opening in fullscreen (fixes mgba.io/i/993)
646 - Wii: Fix screen tear when unpausing
647 - Wii: Fix various setup and teardown drawing issues (fixes mgba.io/i/988)
648Misc:
649 - 3DS: Scale font based on glyph heights (fixes mgba.io/i/961)
650 - GB MBC: Remove erroneous bank 0 wrapping
651 - GBA: Improve multiboot image detection
652 - PSP2: Use system enter key by default
653
6540.6.1: (2017-10-01)
655Bugfixes:
656 - GB, GBA: Fix crashes when attempting to identify null VFiles
657 - GB, GBA: Fix sync to video with frameskip
658 - GB, GBA Savedata: Fix savestate-related save overwriting (fixes mgba.io/i/834)
659 - GB Audio: Fix NRx2 writes while active (fixes mgba.io/i/866)
660 - GB Core: Fix palette loading when loading a foreign config
661 - GB MBC: Pocket Cam memory should be accessible without enabling
662 - GB MBC: Fix SRAM sizes 4 and 5
663 - GB MBC: Fix RTC initialization (fixes mgba.io/i/825)
664 - GB MBC: Fix RTC loading when file size is off
665 - GB Memory: Initialize peripheral pointers
666 - GB Memory: Prevent accessing empty SRAM (fixes mgba.io/i/831)
667 - GB Memory: Fix HDMA count starting in mode 0 (fixes mgba.io/i/855)
668 - GB Memory: Actually load latch time from savestate
669 - GB Serialize: Fix deserializing video STAT
670 - GB Video: Fix 16-bit screenshots (fixes mgba.io/i/826)
671 - GB Video: Fix potential hang when ending mode 0
672 - GB Video: Fix read mode when enabling LCD
673 - GBA: Reset active region as needed when loading a ROM
674 - GBA: Fix keypad IRQs not firing when extra buttons are pressed
675 - GBA BIOS: Use core's VRAM variable instead of renderer's
676 - GBA Cheats: Fix PARv3 multiline blocks (fixes mgba.io/i/889)
677 - GBA I/O: Fix reading from a few invalid I/O registers (fixes mgba.io/i/876)
678 - GBA Savedata: Fix 512 byte EEPROM saving as 8kB (fixes mgba.io/i/877)
679 - GBA Savedata: Fix size of SRAM saves (fixes mgba.io/i/883)
680 - GBA Video: Fix broken sprite blending hack (fixes mgba.io/i/532)
681 - Python: Fix importing .gb or .gba before .core
682 - Qt: Fix command line debugger closing second game
683 - Qt: Fix LOG argument order
684 - Qt: Fix timezone issues with time overrides
685 - Qt: Fix sprite export pausing game indefinitely (fixes mgba.io/i/841)
686 - SDL: Fix potential race condition when pressing keys (fixes mgba.io/i/872)
687Misc:
688 - CMake: Fix CPack dependencies for libpng 1.6
689 - GBA: Detect hardware for Pokémon FireRed ROM hacks
690 - GBA Cheats: Improve detection of raw cheats
691 - Qt: Don't rebuild library view if style hasn't changed
692 - Qt: Allow overrides to be saved before a game is loaded
693 - Qt: Hide mouse immediately when loading
694 - SDL: Fix 2.0.5 build on macOS under some circumstances
695 - VFS: Make VFile.truncate work growing files on PSV (fixes mgba.io/i/885)
696
6970.6.0: (2017-07-16)
698Features:
699 - Library view
700 - Sprite viewer
701 - Debugging console
702 - Improved memory viewer
703 - Memory search
704 - Command line ability to override configuration values
705 - Add option to allow preloading the entire ROM before running
706 - Add option for whether rewinding restores save games
707 - Savestates now contain any RTC override data
708 - Add option to lock video to integer scaling
709 - LR35902: Watchpoints
710 - LR35902/GB-Z80 disassembler
711 - GB: Tile viewer
712 - GB: Video/audio channel enabling/disabling
713 - GB: Symbol table support
714 - GB MBC: Add MBC1 multicart support
715 - GBA: Support printing debug strings from inside a game
716 - GBA: Better cheat type autodetection
717 - Implement keypad interrupts
718 - Configuration of gamepad hats
719 - Video log recording for testing and bug reporting
720 - Debugger: Segment/bank support
721 - Debugger: Execution tracing
722 - Qt: German translation (by Lothar Serra Mari)
723 - Qt: Spanish translation (by Kevin López)
724 - Qt: Italian translation (by theheroGAC)
725Bugfixes:
726 - ARM7: Fix MLA/*MULL/*MLAL timing
727 - Core: Fix crash with rewind if savestates shrink
728 - Core: Fix interrupting a thread while on the thread (fixes mgba.io/i/692)
729 - Core: Fix directory sets crashing on close if base isn't properly detached
730 - FFmpeg: Fix overflow and general issues with audio encoding
731 - GB: Fix flickering when screen is strobed quickly
732 - GB: Fix STAT blocking
733 - GB MBC: Fix ROM bank overflows getting set to bank 0
734 - GB MBC: Fix swapping carts not detect new MBC
735 - GB Timer: Improve DIV reset behavior
736 - GB Timer: Fix DIV batching if TAC changes
737 - GB Video: Reset renderer when loading state
738 - GBA: Fix multiboot ROM loading
739 - GBA: Fix multiboot loading resulting in too small WRAM
740 - GBA BIOS: Implement BitUnPack
741 - GBA BIOS: Fix ArcTan sign in HLE BIOS
742 - GBA BIOS: Fix ArcTan2 sign in HLE BIOS (fixes mgba.io/i/689)
743 - GBA BIOS: Fix INT_MIN/-1 crash
744 - GBA Hardware: Fix crash if a savestate lies about game hardware
745 - GBA I/O: Handle audio registers specially when deserializing
746 - GBA Memory: Improve initial skipped BIOS state
747 - GBA Savedata: Fix savedata unmasking (fixes mgba.io/i/441)
748 - GBA Savedata: Update and fix Sharkport importing (fixes mgba.io/i/658)
749 - GBA Video: Fix wrong palette on 256-color sprites in OBJWIN
750 - GBA Video: Don't update background scanline params in mode 0 (fixes mgba.io/i/377)
751 - Libretro: Fix saving in GB games (fixes mgba.io/i/486)
752 - LR35902: Fix core never exiting with certain event patterns
753 - LR35902: Fix pc overflowing current region off-by-one
754 - LR35902: Fix decoding LD r, $imm and 0-valued immediates (fixes mgba.io/i/735)
755 - OpenGL: Fix some shaders causing offset graphics
756 - GB Timer: Fix sub-M-cycle DIV reset timing and edge triggering
757 - Qt: Fix window icon being stretched
758 - Qt: Fix data directory path
759 - Qt: Fix timing issues on high refresh rate monitors
760 - Qt: Fix linking after some windows have been closed
761 - Qt: Fix crash when changing audio settings after a game is closed
762 - Qt: Ensure CLI backend is attached when submitting commands (fixes mgba.io/i/662)
763 - Qt: Disable "New multiplayer window" when MAX_GBAS is reached (fixes mgba.io/i/107)
764 - Qt: Fix game unpausing after frame advancing and refocusing
765 - SDL: Fix game crash check
766 - SDL: Fix race condition with audio thread when starting
767 - SDL: Fix showing version number
768 - Test: Fix crash when loading invalid file
769 - Test: Fix crash when fuzzing fails to load a file
770 - Test: Don't rely on core for frames elapsed
771 - Test: Fix crash when loading invalid file
772 - Test: Fix crash when fuzzing fails to load a file
773 - Tools: Fix recurring multiple times over the same library
774 - Util: Fix overflow when loading invalid UPS patches
775 - Util: Fix highest-fd socket not being returned by SocketAccept
776 - Windows: Fix VDir.rewind
777Misc:
778 - All: Add C++ header guards
779 - All: Move time.h include to common.h
780 - 3DS, PSP2, Wii: Last directory loaded is saved
781 - CMake: Add ability to just print version string
782 - Core: New, faster event timing subsystem
783 - Core: Clean up some thread state checks
784 - Core: Add generic checksum function
785 - Core: Cores can now have multiple sets of callbacks
786 - Core: Restore sleep callback
787 - Core: Move rewind diffing to its own thread
788 - Core: Ability to enumerate and modify video and audio channels
789 - Core: List memory segments in the core
790 - Core: Move savestate creation time to extdata
791 - Core: Config values can now be hexadecimal
792 - Core: Improved threading interrupted detection
793 - Debugger: Modularize CLI debugger
794 - Debugger: Make building with debugging aspects optional
795 - Debugger: Add functions for read- or write-only watchpoints
796 - Debugger: Make attaching a backend idempotent
797 - Debugger: Add mDebuggerRunFrame convenience function
798 - Feature: Move game database from flatfile to SQLite3
799 - Feature: Support ImageMagick 7
800 - Feature: Make -l option explicit
801 - FFmpeg: Return false if a file fails to open
802 - FFmpeg: Force MP4 files to YUV420P
803 - GB: Trust ROM header for number of SRAM banks (fixes mgba.io/i/726)
804 - GB: Reset with initial state of DIV register
805 - GB MBC: New MBC7 implementation
806 - GB Audio: Simplify envelope code
807 - GB Audio: Improve initial envelope samples
808 - GB Audio: Start implementing "zombie" audio (fixes mgba.io/i/389)
809 - GB Video: Improved video timings
810 - GBA: Ignore invalid opcodes used by the Wii U VC emulator
811 - GBA, GB: ROM is now unloaded if a patch is applied
812 - GBA DMA: Refactor DMA out of memory.c
813 - GBA DMA: Move DMAs to using absolute timing
814 - GBA I/O: Clear JOYSTAT RECV flag when reading JOY_RECV registers
815 - GBA I/O: Set JOYSTAT TRANS flag when writing JOY_TRANS registers
816 - GBA Memory: Support for Mo Jie Qi Bing by Vast Fame (taizou)
817 - GBA Memory: Support reading/writing POSTFLG
818 - GBA Memory: Remove unused prefetch cruft
819 - GBA Timer: Improve accuracy of timers
820 - GBA Video: Clean up unused timers
821 - GBA Video: Allow multiple handles into the same tile cache
822 - GBA Video, GB Video: Colors are now fully scaled
823 - GBA Video: Optimize when BLD* registers are written frequently
824 - OpenGL: Add xBR-lv2 shader
825 - Qt: Move last directory setting from qt.ini to config.ini
826 - Qt: Improved HiDPI support
827 - Qt: Expose configuration directory
828 - Qt: Merge "Save" and "OK" buttons in shader options
829 - Qt: Automatically load controller profile when plugged in
830 - Qt: Rename "Resample video" option to "Bilinear filtering"
831 - Qt: Remove audio thread
832 - Qt: Remove audio buffer sizing in AudioProcessorQt
833 - Qt: Re-enable QtMultimedia on Windows
834 - Qt: Make "Mute" able to be bound to a key
835 - Qt: Add .gb/.gbc files to the extension list in Info.plist
836 - Qt: Relax hard dependency on OpenGL
837 - Qt: Better highlight active key in control binding
838 - SDL: Remove scancode key input
839 - SDL: Automatically map controllers when plugged in
840 - Test: Add a basic test suite
841 - Util: Add size counting to Table
842 - Util: Add 8-bit PNG write support
843 - Util: Tune patch-fast extent sizes
844 - VFS: Call msync when syncing mapped data
845 - VFS: Allow truncating memory chunk VFiles
846 - VFS: Fix some minor VFile issues with FILEs
847 - VFS: Optimize expanding in-memory files
848 - VFS: Add VFileFIFO for operating on circle buffers
849Changes from beta 1:
850Features:
851 - Qt: Italian translation (by theheroGAC)
852 - Qt: Updated German translation
853Bugfixes:
854 - GB Audio: Fix incorrect channel 4 iteration
855 - GB Audio: Fix zombie mode bit masking
856 - GB Serialize: Fix timer serialization
857 - GB Video: Fix LYC regression
858 - GBA SIO: Improve SIO Normal dummy driver (fixes mgba.io/i/520)
859 - GBA Timer: Fix count-up timing overflowing timer 3
860 - PSP2: Use custom localtime_r since newlib version is broken (fixes mgba.io/i/560)
861 - Qt: Fix memory search close button (fixes mgba.io/i/769)
862 - Qt: Fix window icon being stretched
863 - Qt: Fix initial window size (fixes mgba.io/i/766)
864 - Qt: Fix data directory path
865 - Qt: Fix controls not saving on non-SDL builds
866 - Qt: Fix translation initialization (fixes mgba.io/i/776)
867 - Qt: Fix patch loading while a game is running
868 - Qt: Fix shader selector on Ubuntu (fixes mgba.io/i/767)
869 - Core: Fix rewinding getting out of sync (fixes mgba.io/i/791)
870 - Qt: Fix GL-less build
871 - Qt: Fix Software renderer not handling alpha bits properly
872 - Qt: Fix screen background improperly stretching
873 - SDL: Fix cheats not loading
874Misc:
875 - GB Serialize: Add MBC state serialization
876 - GBA Memory: Call crash callbacks regardless of if hard crash is enabled
877 - GBA Timer: Improve accuracy of timers
878 - PSP2: Update toolchain to use vita.cmake
879 - Qt: Add language selector
880 - Qt: Minor test fixes
881 - Qt: Move shader settings into main settings window
882 - Qt: Dismiss game crashing/failing dialogs when a new game loads
883 - Qt: Properly ship Qt translations
884 - SDL: Remove writing back obtained samples (fixes mgba.io/i/768)
885
8860.6 beta 1: (2017-06-29)
887 - Initial beta for 0.6
888
8890.5.2: (2016-12-31)
890Bugfixes:
891 - All: Fix fullscreen config option being ignored
892 - ARM7: PSR mode bits should not get sign extended
893 - GB: Fix audio not being deinitialized
894 - GB: Fix crash when masking savedata
895 - GB: Properly initialize sramRealVf variable
896 - GB Audio: Fix serialization of channel 3 and NR52 properties
897 - GB Audio: Reset envelope timer when reseting sound channel
898 - GB MBC: Fix SRAM dangling pointer with RTC games
899 - GB MBC: Fix initializing MBC when no ROM is loaded
900 - GB Memory: Fix patching ROM bank 0
901 - GB Memory: Fix starting HDMAs during mode 0
902 - GB Memory: Fix HDMA5 value after DMA completes
903 - GB Video: Initialize LCDC in renderer
904 - GB Video: Hblank IRQs should mask LYC=LY IRQs
905 - GBA: Fix IRQs firing after already being cleared
906 - GBA: Only unhalt CPU if appropriate bit is set in IE
907 - GBA: Add savegame override for Crash Bandicoot 2
908 - GBA BIOS: Fix MidiKey2Freq BIOS reads
909 - GBA BIOS: Fix invalid CpuSet not setting BIOS prefetch
910 - GBA Cheats: Fix GameShark ROM patches
911 - GBA I/O: Mask off WAITCNT bits that cannot be written
912 - GBA Memory: Fix misaligned BIOS reads
913 - GBA Memory: Fix VCOUNT being writable
914 - GBA Video: Fix out of bounds sprite transforms
915 - Libretro: Fix unterminated SET_INPUT_DESCRIPTORS
916 - Libretro: Fix disabling BIOS
917 - Libretro: Fix Game Boy savestates and audio
918 - Qt: Fix changing resolution of software renderer
919 - Qt: Fix setting overrides
920 - Qt: Fix cut off tiles and alignment issues in tile viewer
921 - Qt: Only reset window dimensions when first shown
922 - Qt: Fix Qt Multimedia audio driver on big endian
923 - Qt: Fix Apply button for key and controller configurations
924 - VFS: Fix resizing memory chunks when not needed
925 - Windows: Fix Unicode directory handling
926Misc:
927 - GB, GBA: Prevent loading null ROMs
928 - GB Audio: Initialize wave RAM to GBC values
929 - GB Memory: Reset ROM bank when loading a ROM
930 - PSP2: Improved controller rumble
931
9320.5.1: (2016-10-05)
933Bugfixes:
934 - Core: Fix importing save games as read-only
935 - FFmpeg: Fix encoding AAC
936 - GB: Fix invalid STOP behavior on Game Boy Color
937 - GB: Initialize audio properly
938 - GB: Properly clear KEY1 bit 0 when switching speeds
939 - GB: Properly unload save files when unloading a ROM
940 - GB, GBA: Fix emulator hardlocking when halting with IRQs off
941 - GB MBC: Fix MBC7 when size is incorrectly specified
942 - GB MBC: Fix RTC access when no save file is loaded
943 - GB SIO: Don't auto-clock external shift clock
944 - GB Video: Setting LYC=LY during mode 2 should trigger an IRQ
945 - GB Video: Fix video frames getting missed when LCDC is off
946 - GB Video: Clear screen when LCDC is off
947 - GBA Cheats: Fix holding onto pointers that may get invalidated
948 - GBA Cheats: Fix key-activated CodeBreaker cheats
949 - GBA Cheats: Fix uninitialized memory getting freed when saving
950 - GBA Hardware: Improve Game Boy Player rumble behavior
951 - GBA Memory: Fix several unused I/O register read values
952 - GBA Savedata: Fix loading savestates with 512Mb Flash saves
953 - LR35902: Fix events running with the wrong cycle active
954 - Qt: Fix "close" button on Overrides view
955 - Qt: Fix saving overrides
956 - Qt: Fix directory set unloading when replacing the ROM
957 - Qt: Fix patch loading
958 - Qt: Fix crash when saving an override if a game isn't loaded
959 - Qt: Fix showing default display driver as OpenGL (force 1.x)
960 - SDL: Attach rumble in SDL frontend
961 - Util: Fix PNG identification on files too small to be a PNG
962Misc:
963 - All: Only update version info if needed
964 - All: Split out install locations for Libretro and OpenEmu
965 - FFmpeg: Encoding cleanup
966 - GB: Reset active region when reloading ROM
967 - GB Memory: Initialize RAM pattern for GBC
968 - GB Video: Improved video timings
969 - Qt: Manage window sizes slightly better
970 - Qt: Remember scale option independent of core dimensions
971
9720.5.0: (2016-09-19)
973Features:
974 - Game Boy support
975 - Support for encrypted CodeBreaker GBA cheats
976 - Emulation of Vast Fame protected GBA carts (taizou)
977 - Tile viewer
978 - Threaded rendering mode
979 - Libretro: Memory map and achievement support (leiradel)
980 - GUI: Add UI control remapping
981 - GUI: Add fast-forward
982 - Wii: 240p support
983 - 3DS: Adjustable screen darkening
984 - Ability to temporarily load a savegame
985 - Load specific files out of archives
986 - Automatic BIOS detection
987Bugfixes:
988 - ARM7: Fix decoding of Thumb ADD (variants 5 and 6)
989 - Debugger: Fix GDB breakpoints
990 - GBA: Fix losing IRQs when CPSR I bit isn't cleared
991 - GBA: Fix filehandle leak with savegames
992 - GBA: Timer 0 cannot be count up
993 - GBA: Count up timers should not count themselves
994 - GBA Memory: Fix mirror on non-overdumped Classic NES games
995 - GBA Memory: Fix ldm {pc}
996 - GBA Savedata: Fix savedata sync timer
997 - GBA Savedata: Only unmap savedata if present
998 - GBA Serialize: Savestates now properly store prefetch
999 - GBA Video: WIN0/1 take priority over OBJWIN
1000 - GBA Video: Fix out-of-order OBJWIN
1001 - PSP2: Fix GPU crash while exiting
1002 - PSP2: Fix VSync
1003 - PSP2: Fix accelerometer range
1004 - PSP2: Actually load screen mode setting
1005 - PSP2: Fix gyroscope direction
1006 - PSP2: Delete threads after they return
1007 - PSP2: Fix mapping/unmapping from not at 0
1008 - Qt: Fix bug in software renderer scaling
1009 - Qt: Fix hanging key press after disabling autofire
1010 - Qt: Fix being unable to pause manually when using auto-pausing
1011 - SDL: Fix axes being mapped wrong
1012 - Util: Fix realloc semantics in utf16to8
1013 - Util: Fix inserting too many items into a hash table
1014 - VFS: Fix uninitialized varaible reading from 7z
1015 - VFS: Fix reading multiple files from a 7z archive
1016 - Wii: Fix framelimiting after a slowdown
1017 - Wii: Fix garbage flash at startup
1018Misc:
1019 - 3DS: Use blip_add_delta_fast for a small speed improvement
1020 - 3DS: Allow UTF-16 filenames
1021 - 3DS: Port to using citro3D
1022 - 3DS: Use system font for menus
1023 - 3DS: Attempt to use Core 2 for threads
1024 - 3DS: Adjustable filering
1025 - 3DS: 3D banner
1026 - All: Add QUIET parameter to silence CMake
1027 - All: Faster memory read/write
1028 - ARM7: Support forcing Thumb mode via MSR
1029 - ARM7: Flush prefetch cache when loading CPSR via MSR
1030 - ARM7: Clean up instruction decoding for future expandability
1031 - Debugger: Support register and memory writes via GDB stub
1032 - Debugger: Add software breakpoint support to gdb
1033 - FFmpeg: Full support for libavcodec 56+
1034 - GBA: Better debug logging if event processing breaks
1035 - GBA Audio: Force audio DMAs to not increment destination
1036 - GBA BIOS: Use custom ArcTan, not relying on OS
1037 - GBA Hardware: Clean up dead code in GBP
1038 - GBA Memory: Optimize stalling behavior
1039 - GBA Memory: Optimize Load-/StoreMultiple
1040 - GBA Savedata: Add realistic timing for EEPROM
1041 - GBA Serialize: Savestates now store if CPU was halted
1042 - GBA Video: Remove old slow path fallback
1043 - GBA Video: Optimize sprite drawing
1044 - GBA Video: Optimize mode 0 rendering
1045 - GBA Video: Optimize compositing cases slightly
1046 - GUI: Screenshot dimensions are now passed through
1047 - GUI: Add back logging
1048 - GUI: Only reload config if manually saved
1049 - GUI: Increase scrolling speed
1050 - OpenGL: Log shader compilation failure
1051 - OpenGL: Add texSize uniform
1052 - Qt: Make -g flag work in Qt build
1053 - Qt: Simplify OpenGL context creation
1054 - Qt: Thread startup improvements
1055 - Qt: Make audio channel/video layer options shortcut mappable
1056 - Qt: Remove some C99isms from C++ code
1057 - Qt: Remove default autofire mappings
1058 - Qt: Make reseting when pasued frame-accurate
1059 - Qt: Rearchitect game closing codepath
1060 - PSP2: Use system font for menus
1061 - PSP2: Add rumble for PS TV
1062 - PSP2: Add fit-to-height screen mode
1063 - PSP2: Sync files per descriptor
1064 - PSP2: Allow UTF-8 filenames
1065 - PSP2: Screenshots are now saved into the Photo Gallery
1066 - PSP2: Stop underclocking when menuing
1067 - SDL: Increase default audio buffer size to 1024 samples
1068 - SDL: More responsive rumble
1069 - Util: Add Vector GetConstPointer
1070 - Util: Add rtrim
1071 - Util: Add endswith
1072 - VFS: Improve zip file detection
1073 - Wii: Add pixelated resample filter
1074 - Windows: Add native VDir support
1075 - Util: Add PRIz macro for libc versions that don't support %z
1076
10770.4.1: (2016-07-11)
1078Bugfixes:
1079 - All: Fix several file handle leaks
1080 - All: Fix instruction tables getting zeroed when linking sometimes
1081 - ARM7: Fix flags on SBC/RSC
1082 - ARM7: Fix setting spsr privilege bits when spsr is empty
1083 - GBA Audio: Reset audio FIFO DMA if an invalid destination is set
1084 - GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value
1085 - GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
1086 - GBA Memory: Fix executing code from OBJ region of VRAM
1087 - GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize
1088 - GBA Serialize: Fix loading savegames from savestates
1089 - OpenGL: Correct boolean vector strcmp strings for uniforms
1090 - Qt: Fix sending gameStopped twice
1091 - Qt: Fix hang if audio sync is enabled and audio fails to initialize
1092 - Qt: Fix initial state of key mapping
1093 - Qt: Initialize m_useBios
1094 - SDL: Fix joystick initialization on BSD
1095 - SDL: Fix potential joystick crash in games with rumble
1096 - SDL: Fix SDL 1.2 build
1097 - SDL: Fix sporadic crash when deinitializing audio
1098 - Shaders: Fix AGS-001 shader with some bad drivers
1099 - Util: Use closesocket on Windows
1100 - Util: Fix socket bind addresses
1101 - VFS: Fix reading 7z archives without rewinding first
1102 - VFS: VFileFromFD should not open directories
1103 - Wii: Fix tilting direction
1104 - Util: Fix realloc semantics in utf16to8
1105Misc:
1106 - All: Allow use of external minizip library
1107 - Debugger: CLI debugger now exits when end-of-stream is reached
1108 - FFmpeg: Update dependencies on Ubuntu
1109 - GBA: Slightly optimize GBAProcessEvents
1110 - GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
1111 - GBA Video: Null renderer should return proper register values
1112 - Libretro: Disable logging game errors, BIOS calls and stubs in release builds
1113 - Qt: Add preset for DualShock 4
1114 - Qt: Update 360 input profile on OS X to reflect newer drivers
1115 - Qt: Remove use of NaN
1116 - Qt: Canonicalize file paths when loading games
1117 - Qt: Add refresh button to controller editing
1118 - SDL: Remove default gamepad mappings
1119 - Util: Fix intermittent build failure on OS X
1120 - VFS: VFile.sync now updates modified time
1121
11220.4.0: (2016-02-02)
1123Features:
1124 - Officially supported ports for the Nintendo 3DS, Wii, and PlayStation Vita
1125 - I/O viewer
1126 - Booting of multiboot images
1127 - Customization of GIF recording
1128 - Libretro: Cheat code support
1129 - Support for GLSL shaders
1130 - ROM information view
1131 - Support for VBA-style cheat codes
1132 - Savestates now store creation timestamps
1133 - Key autofire
1134 - Libretro: Allow blocking opposing directional input
1135 - OpenEmu core for OS X
1136 - Libretro: Settings for using BIOS and skipping intro
1137 - Libretro: Customizable idle loop removal
1138 - Implemented cycle counting for sprite rendering
1139 - Cleaner, unified settings window
1140 - Added a setting for pausing when the emulator is not in focus
1141 - Customizable paths for save games, save states, screenshots and patches
1142 - Controller hotplugging
1143 - Ability to store save games and active cheats within savestates
1144Bugfixes:
1145 - ARM7: Fix sign of unaligned LDRSH
1146 - ARM7: Fix decoding of some ARM ALU instructions with shifters
1147 - Debugger: Fix watchpoints in gdb
1148 - GBA: Fix warnings when creating and loading savestates
1149 - GBA: Fix Iridion II savetype
1150 - GBA BIOS: Fix misaligned CpuSet
1151 - GBA Cheats: Fix cheats setting the Action Replay version
1152 - GBA Hardware: Fix GPIO on big endian
1153 - GBA Memory: Fix DMA register writing behavior
1154 - GBA Memory: Fix DMAs triggering two cycles early
1155 - Libretro: Fix aspect ratio
1156 - Qt: Fix some potential crashes with the gamepad mapping
1157 - Qt: Fix keys being mapped incorrectly when loading configuration file
1158 - Util: Fix PowerPC PNG read/write pixel order
1159 - Util: Fix excessive memory allocation when decoding a PNG
1160 - VFS: Fix VFileReadline and remove _vfdReadline
1161Misc:
1162 - All: Improved PowerPC support
1163 - All: Fix some undefined behavior warnings
1164 - ARM7: Combine shifter-immediate and shifter-register functions to reduce binary size
1165 - Debugger: Convert breakpoints and watchpoints from linked-lists to vectors
1166 - GBA: Implement bad I/O register loading
1167 - GBA: Allow jumping to OAM and palette RAM
1168 - GBA BIOS: Finish implementing RegisterRamReset
1169 - GBA Config: Add "override" layer for better one-time configuration
1170 - GBA Input: Consolidate GBA_KEY_NONE and GBA_NO_MAPPING
1171 - GBA Memory: Use a dynamically sized mask for ROM memory
1172 - GBA Memory: Implement several unimplemented memory access types
1173 - GBA Memory: Add GBAView* functions for viewing memory directly without bus issues
1174 - GBA RR: Starting from savestate now embeds the savegame
1175 - GBA RR: Add preliminary SRAM support for VBM loading
1176 - GBA RR: Add support for resets in movies
1177 - GBA Video: Remove lastHblank, as it is implied
1178 - Libretro: Use anonymous memory mappers for large blocks of memory
1179 - Libretro: Add install target for libretro core
1180 - Qt: Window size command line options are now supported
1181 - Qt: Increase usability of key mapper
1182 - Qt: Add 'Apply' button to settings window
1183 - Qt: Gray out "Skip BIOS intro" while "Use BIOS file" is unchecked
1184 - Qt: Allow use of modifier keys as input
1185 - Qt: Optimize log viewer
1186 - Qt: Added button for breaking into the GDB debugger
1187 - Qt: Add box for showing duration of rewind
1188 - SDL: Support fullscreen in SDL 1.2
1189 - SDL: Allow GBASDLAudio to be used without a thread context
1190 - Util: Use VFile for configuration
1191 - Util: Add MutexTryLock
1192
11930.3.2: (2015-12-16)
1194Bugfixes:
1195 - ARM7: Fix STRT/STRBT
1196 - ARM7: Implement undefined STRH/LDRH/LDRSH/LDRSB versions
1197 - ARM7: Fix bank switching with LDR[B]T/STR[B]T
1198 - Libretro: Fix problems with rumble not turning off
1199 - GBA: Fix idle skip state being retained between games
1200 - GBA: Initialize uninitialized pristineRom and pristineRomSize members
1201 - GBA BIOS: Fix CpuSet on 0x01XXXXXX addresses
1202 - GBA BIOS: Fix Sqrt sign
1203 - GBA BIOS: Fix misaligned RLUnCompReadNormalWrite*
1204 - GBA Hardware: Fix Game Boy Player rumble in Pokemon Pinball
1205 - GBA Memory: Fix DMA behavior for SRAM accesses
1206 - GBA Memory: Fix Store8 to OBJ VRAM
1207 - GBA Memory: Fix alignment of LDM/STM on SRAM
1208 - GBA Memory: Fix unaligned out-of-bounds ROM loads
1209 - GBA Memory: Fix timing of DMAs
1210 - GBA Video: Fix _mix for 15-bit color
1211 - GBA Video: Fix OAM and palette initialization
1212 - OpenGL: Fix fast-forward on some OpenGL drivers where it may block early
1213 - Qt: Use safer isLoaded check in GameController
1214 - Qt: Fix a race condition in PainterGL that could lead to a crash
1215 - Qt: Fix clear button/analog buttons in gamepad mapper on some platforms
1216 - Qt: Fix font size in memory viewer
1217 - Qt: Fix a crash in the memory viewer
1218 - Qt: Add additional checks in CheatModel to prevent crashes
1219 - Qt: Fix race condition with setting sample rate
1220 - Qt: Fix crash when closing multiplayer windows
1221 - Qt: Fix resetting while paused
1222Misc:
1223 - GBA Audio: Implement missing flags on SOUNDCNT_X register
1224 - Qt: Add mute option to menu
1225
12260.3.1: (2015-10-24)
1227Bugfixes:
1228 - ARM7: Fix instruction decoding of Thumb shifts
1229 - GBA: Deinit savegame when unloading a ROM
1230 - GBA: Fix BIOS check on big endian
1231 - GBA: Fix autodetect problems with some bad dumps of Super Mario Advance 2
1232 - GBA Audio: Fix 8-bit writes to audio channel 3 and 4 registers
1233 - GBA Audio: Fix audio channels being silenced at the wrong time
1234 - GBA Memory: Fix bad BIOS Load16 on big endian
1235 - GBA Memory: Fix bad Load8 on big endian
1236 - GBA Video: Start on the scanline BIOS finishes on if no BIOS is loaded
1237 - GBA Video: Fix edge case with sprite blend modes and semitransparency
1238 - GBA Video: Fix objwin and blending interaction on sprites
1239 - GBA Video: Fix OBJ semitransparency improperly interacting with other blending ops
1240 - Libretro: Fix a memory leak with the render buffer
1241 - Qt: Windows no longer spawn in the top left on first launch
1242 - Qt: Fix install path of XDG desktop file with DESTDIR
1243 - Qt: Fix drag and drop on Windows
1244 - Qt: Reenable double buffering, as disabling it broke some Windows configs
1245 - VFS: Fix return values of VFileFILE.read and .write
1246Misc:
1247 - All: Reset next event to cycles instead of zero to interrupt
1248 - All: Add --version flag
1249 - ARM7: Force disable LTO on two files to work around a GCC bug
1250 - GBA: Attempting to save a screenshot-style savestate should be allowed without libpng
1251 - GBA: Better memory handling with PNG savestates
1252 - GBA: Additional savestate sanity checks
1253 - GBA: Check for cycle count being too high
1254 - GBA Audio: Allow GBAAVStream to have no video callback
1255 - GBA BIOS: Implement RegisterRamReset for SIO registers
1256 - Qt: Remove useless help icons in dialogs
1257 - Qt: Prevent savestate window from opening while in multiplayer
1258 - Qt: Disable menu items in multiplayer that don't make sense to have enabled
1259 - Qt: Dropping multiplayer windows works more cleanly now
1260
12610.3.0: (2015-08-16)
1262Features:
1263 - Ability to hide individual background layers, or OBJs
1264 - Ability to mute individual audio channels
1265 - Palette viewer and exporter
1266 - Volume control
1267 - More shortcuts are editable (e.g. quick save/load)
1268 - Rewind now shows the frame after rewinding
1269 - Import/Export of GameShark/Action Replay snapshots
1270 - Add "Step backwards" item for single increment rewind
1271 - Deadzone estimation for game controllers
1272 - Analog inputs can be used for shortcuts
1273 - Menu items for specific solar sensor brightness levels
1274 - Remappable controls for tilt and gyroscope sensors
1275 - Status messages for actions taken while a game is running (e.g. save/load state)
1276 - Memory inspector
1277 - Screensaver can now be suspended while a game is running
1278 - Load/save the most recent savestate slot
1279 - Support varible speed (PWM) rumble
1280 - Ability to cap fast forward speed
1281 - Finer control over FPS target
1282 - Holdable shortcut for rewinding one frame at a time
1283 - Ability to boot directly into the BIOS
1284 - Preliminary support for yanking out the game pak while a game is running
1285 - Thumb-drive mode by putting a file called portable.ini in the same folder
1286 - Configurable display driver, between software and OpenGL
1287 - Undo-able savestate loading and saving
1288 - Controller profiles now store shortcut settings
1289 - Default controller profiles for several common controllers
1290 - Libretro now supports BIOS, rumble and solar sensor
1291 - Implement BIOS call Stop, for sleep mode
1292 - Automatically load patches, if found
1293 - Improved video synchronization
1294 - Configurable audio output sample rate
1295Bugfixes:
1296 - ARM7: Fix SWI and IRQ timings
1297 - ARM7: Fix Thumb MUL timing
1298 - ARM7: Fix timing of multiplies to use N cycles
1299 - ARM7: ARMHotplugDetach should call deinit
1300 - Debugger: Fix use-after-free in breakpoint clearing code
1301 - GBA: Fix crash if a 512kb flash save is loaded when a game has a 1Mb flash override
1302 - GBA: Cap audio FIFO read size during deserialization
1303 - GBA: Check for corrupted savestates when loading
1304 - GBA: Check for improperly sized savestates when loading
1305 - GBA: Check for savestates made from differently sized ROMs
1306 - GBA: Fix calls to endian-independent loadstores
1307 - GBA: Fix timing of reading from timer registers
1308 - GBA: Ensure cycles never go negative
1309 - GBA Audio: Force audio FIFOs to 32-bit
1310 - GBA Audio: Fix audio pitch changing when adjusting buffer size
1311 - GBA Audio: Fix sample order in audio channel 3
1312 - GBA Audio: Fix 8-bit writes to audio channel 3 frequency
1313 - GBA Cheats: Fix Pro Action Replay and GameShark issues when used together
1314 - GBA Memory: Improve Thumb open bus behavior
1315 - GBA Memory: Fix potential DMA issue when loading a savestate
1316 - GBA Memory: Fix load/store multiple video memory waitstates
1317 - GBA SIO: Fix reseting when there are SIO devices attached
1318 - GBA Video: Blended sprites should never have other effects applied
1319 - GBA Video: Fix out-of-bounds tiles in mosaic
1320 - GBA Video: Fix windows not affecting sprites
1321 - GBA Video: Prevent tiles < 512 from being used in modes 3 - 5
1322 - GBA Video: Fix timing on first scanline
1323 - Qt: Better cleanup when a game crashes
1324 - Qt: Fix open ROM dialog filtering for archive formats
1325 - Qt: Cap the maximum number of multiplayer windows
1326 - Qt: Fix maximum year in sensor override
1327 - Qt: Fix window being too tall after exiting fullscreen
1328 - Qt: Fix a missing va_end call in the log handler lambda within the GameController constructor
1329 - Qt: Fix analog buttons not getting unmapped
1330 - Qt: Fix passing command line options
1331 - Qt: Fix crashes on Windows by using using QMetaObject to do cross-thread calls
1332 - SDL: Fix SDL build when OpenGL is missing
1333 - Util: Allow loading IPS patches that grow the ROM
1334 - VFS: Fix resource leaks if some allocations fail
1335 - VFS: Fix line-reading to return proper values
1336 - Video: Fix an issue with very long filenames
1337 - Util: Fix formatting of floats
1338Misc:
1339 - All: Add --help flag for command line programs
1340 - All: Fix sanitize-deb script to set file permissions properly if run as (fake)root
1341 - All: Enable static linking for Windows
1342 - All: Enable static linking for OS X
1343 - All: Threads are now named
1344 - All: Proper handling of Unicode file paths
1345 - ARM7: Add emulation for Undefined CPU mode
1346 - ARM7: Reduce the size of the Thumb instruction table
1347 - GBA: Add status log level
1348 - GBA: GBARewind now returns how many states it has rewound
1349 - GBA: SIO logging layer
1350 - GBA BIOS: Stub out SoundBias
1351 - GBA: More accurate cycle estimation for ROM prefetch and flash save chips
1352 - GBA: Don't include GBACLIDebugger struct unless needed
1353 - GBA: Savedata is now synced shortly after data finishes being written
1354 - GBA: Process multiple timer events at once, if necessary
1355 - GBA Audio: Implement audio reset for channels A/B
1356 - GBA Audio: Process multiple audio events at once, if necessary
1357 - GBA Hardware: Backport generic RTC source into core
1358 - GBA Input: Allow axes and buttons to be mapped to the same key
1359 - GBA Memory: Run multiple DMAs in a tight loop if they all occur before present
1360 - GBA SIO: Add a dummy driver for Normal mode
1361 - GBA Thread: Add functionality for running callbacks on the GBA thread
1362 - GBA Thread: Split GBASync into a separate file
1363 - GBA Video: Refactor software renderer into separate files
1364 - GBA Video: Slightly optimize mode 0 mosaic rendering
1365 - Debugger: Free watchpoints in addition to breakpoints
1366 - Qt: Handle saving input settings better
1367 - Qt: Move GL frame drawing back onto its own thread
1368 - Qt: Fast forward (held) option moved from Other to Emulation menu
1369 - Qt: Show version info in window title
1370 - Qt: Migrate multiplayer window handling into GBAApp
1371 - Qt: Unified file opening and saving with last location
1372 - Qt: Fix windows being resizable when they shouldn't have been
1373 - Qt: Only hide cursor in full screen
1374 - Qt: Replace pause-after-frame mutex with an atomic
1375 - Qt: Add application icon and XDG desktop files
1376 - Qt: Rename "Fullscreen" to "Toggle fullscreen"
1377 - Qt: Don't save window size when entering fullscreen
1378 - Qt: Make the default fullscreen binding for Windows be Alt-Enter
1379 - Qt: Gamepads can now have both buttons and analog axes mapped to the same key
1380 - Qt: Increase usability of key mapper
1381 - Qt: Show checkmark for window sizes
1382 - Qt: Set window path to loaded ROM
1383 - Perf: Ability to load savestates immediately on launch
1384 - SDL: Properly check for initialization
1385 - SDL: Clean up initialization functions
1386 - SDL: Clean up GL context
1387 - Util: Allow disabling the threading code entirely
1388 - VFS: Add sync method to force syncing with backing
1389
13900.2.1: (2015-05-13)
1391Bugfixes:
1392 - All: Fix sanitize-deb script not cleaning up after itself
1393 - All: Fix dependencies for libavcodec on Debian-derived platforms
1394 - ARM7: Handle writeback for PC in addressing modes 2 and 3
1395 - ARM7: Make illegal instruction decoding consistent between ARM and Thumb
1396 - ARM7: Fix ARM multiply instructions when PC is a destination register
1397 - Debugger: Fix use-after-free in breakpoint clearing code
1398 - Debugger: Fix boundary conditions in tab completion
1399 - GBA: Fix timers not updating timing when writing to only the reload register
1400 - GBA: Fix rewind boundary conditions
1401 - GBA: Add initial I/O register settings for background matrix registers
1402 - GBA: Fix hang when loading a savestate if sync to video is enabled
1403 - GBA: Handle out-of-bounds I/O access
1404 - GBA: Fix bounds-checking on EEPROM access
1405 - GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio
1406 - GBA BIOS: Initialize a variable that may be uninitialized in very rare cases
1407 - GBA Memory: Allow SRAM to be 64kB
1408 - GBA Memory: Fix 32-bit loads from unaddress cartridge space
1409 - GBA Memory: Fix jumping to invalid memory when switching from Thumb to ARM
1410 - GBA Video: Fix second frame mode 5
1411 - Perf: Fix race condition if a game crashes immediately on start
1412 - Qt: Fix Display object leak when closing a window
1413 - Qt: Fix .deb dependencies
1414 - Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
1415 - Qt: Fix window not regaining focus after exiting savestate window
1416 - Qt: Fix regression where video would not record if the game had already started
1417 - Qt: Fix potential crash if a gamepad causes focus to change
1418 - Qt: Fix controller axis querying
1419 - Qt: Fix multiplayer windows opening as the wrong size
1420 - Qt: Fix controllers sometimes not loading the right profile
1421 - SDL: Fix boundary conditions for joystick adjustments
1422 - SDL: Allocate properly sized input maps
1423 - SDL: Fix potential build issues when Qt and SDL2 are in use
1424 - Util: Fix resource leak in UTF-8 handling code
1425 - Util: Fix a null-pointer issue when attempting to delete a key
1426 - VFS: Fix resource leaks if some allocations fail
1427 - Video: Fix an issue with very long filenames
1428Misc:
1429 - GBA Memory: Soft-crash if jumping past the end of a ROM
1430 - Qt: Show multiplayer numbers in window title
1431 - Qt: Solar sensor can have shortcuts set
1432
14330.2.0: (2015-04-03)
1434Features:
1435 - Support for gamepad axes, e.g. analog sticks or triggers
1436 - Add scale presets for up to 6x
1437 - Settings window
1438 - Bilinear resampling option
1439 - Add option to skip BIOS start screen
1440 - List of recently opened games
1441 - Support for games using the Solar Sensor
1442 - Better audio resampling via blip-buf
1443 - Game Pak overrides dialog for setting savetype and sensor values
1444 - Support for games using the tilt sensor
1445 - Remappable shortcuts for keyboard and gamepad
1446 - Rewinding of emulation
1447 - Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
1448 - Support IPv6
1449 - Save directory of last loaded file
1450 - Support BPS patches
1451 - Automatically detect and optimize out idle loops
1452 - Configurable game overrides
1453 - Support loading 7-Zip files
1454 - Drag and drop game loading
1455 - Cheat code support
1456 - Runtime configurable audio driver
1457 - Libretro core for use with RetroArch and other front-ends
1458 - Controller profiles for setting different bindings for different controllers
1459 - Ability to lock aspect ratio
1460 - Local link cable support
1461 - Ability to switch which game controller is in use per instance
1462 - Ability to prevent opposing directional input
1463 - Warning dialog if an unimplemented BIOS feature is called
1464 - Debugger: Add CLI "frame", frame advance command
1465 - Debugger: Add CLI functions for writing to memory
1466 - Debugger: Add CLI functions for examining memory regions
1467 - Debugger: Add CLI function for writing a register
1468Bugfixes:
1469 - ARM7: Extend prefetch by one stage
1470 - ARM7: Fix cycle counting for loads
1471 - Debugger: Disassembly now lists PSR bitmasks (fixes #191)
1472 - GBA: Fix savestate loading of DISPSTAT and WAITCNT registers
1473 - GBA: Initialize gba.sync to null
1474 - GBA: Fix timer initialization
1475 - GBA Audio: Support 16-bit writes to FIFO audio
1476 - GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
1477 - GBA BIOS: Fix BIOS prefetch after returning from an IRQ
1478 - GBA BIOS: Fix BIOS prefetch after reset
1479 - GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
1480 - GBA BIOS: Fix BIOS decompression routines with invalid source addresses
1481 - GBA Memory: Fix alignment of open bus 8- and 16-bit loads
1482 - GBA Memory: Fix I cycles that had been moved to ARM7 core
1483 - GBA Memory: Fix cycle counting for 32-bit load/stores
1484 - GBA RR: Fix fallthrough error when reading tags from a movie
1485 - GBA Thread: Fix possible hang when loading an archive
1486 - GBA Thread: Fix possible deadlock in video sync
1487 - Perf: Fix crash when the GBA thread fails to start
1488 - Qt: Fix crash starting a GDB stub if a game isn't loaded
1489 - Qt: Fix crash when adjusting settings after closing a game
1490 - Qt: Fix crash when starting GDB stub after closing a game
1491 - Qt: Fix patch loading while a game is running
1492 - Qt: Fix crash when loading a game after stopping GDB server
1493 - Qt: Pause game while open file dialogs are open (fixes #6 on GitHub)
1494 - Qt: Fix crash when attempting to pause if a game is not running
1495 - SDL: Properly clean up if a game doesn't launch
1496 - Util: Fix sockets on Windows
1497Misc:
1498 - All: Enable link-time optimization
1499 - Debugger: Watchpoints now work on STM/LDM instructions
1500 - Debugger: Clean up GDB stub network interfacing
1501 - Debugger: Simplify debugger state machine to play nicer with the GBA thread loop
1502 - Debugger: Merge Thumb BL instructions when disassembling
1503 - Debugger: Clean up debugger interface, removing obsolete state (fixes #67)
1504 - Debugger: Watchpoints now report address watched (fixes #68)
1505 - Debugger: Add support for soft breakpoints
1506 - Debugger: Make I/O register names be addresses instead of values
1507 - Debugger: Rename read/write commands
1508 - GBA: Improve accuracy of event timing
1509 - GBA: Add API for getting Configuration structs for overrides and input
1510 - GBA: Refactor gba-sensors and gba-gpio into gba-hardware
1511 - GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
1512 - GBA: Move A/V stream interface into core
1513 - GBA: Savestates now take into account savedata state machines (fixes #109)
1514 - GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
1515 - GBA Memory: Simplify memory API and use fixed bus width
1516 - GBA Thread: Make GBASyncWaitFrameStart time out
1517 - GBA Video: Start video at the last scanline instead of the first
1518 - Qt: Optimize logo drawing
1519 - Qt: Move frame upload back onto main thread
1520 - Qt: Remember window position
1521 - Qt: Double-clicking on the window toggles full screen
1522 - Util: Use proper locale for reading and writing float values
1523
15240.1.1: (2015-01-24)
1525Bugfixes:
1526 - ARM7: Fix LDM writeback to a register already written
1527 - GBA: Fix timers 2 and 3 updating incorrectly
1528 - GBA Audio: Make larger buffer sizes than 2048 actually work properly
1529 - GBA Audio: Fix GB audio channels being too quiet (fixes #159)
1530 - GBA Audio: Properly initialize audio FIFO channels
1531 - GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
1532 - GBA BIOS: Fix BIOS prefetch after returning from a SWI
1533 - GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
1534 - GBA BIOS: Fix HuffUnComp to work when games pass an invalid bit length
1535 - GBA BIOS: Fix GetBiosChecksum to return the value of a real GBA, regardless of used BIOS
1536 - GBA BIOS: Fix HuffUnComp boundary conditions
1537 - GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
1538 - GBA Memory: Properly initialize 1 Mb flash, and add debug logging
1539 - GBA Memory: Filter out top nybble of DMA addresses
1540 - GBA Memory: Properly bounds-check VRAM accesses
1541 - GBA Memory: Fix initial DMA state
1542 - GBA Thread: Allow halted games to exit cleanly
1543 - GBA Video: Fix blend issues with obscured middle layers
1544 - GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
1545 - GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
1546 - GBA Video: Fix window interactions with 16-color mode 0 mosaic
1547 - GBA Video: Fix sprite boundary conditions with mosaic
1548 - GBA Video: Fix mode 0 being able to read tiles above appropriate tile range
1549 - Qt: Fix issue with set frame sizes being the wrong height
1550 - Qt: Fix emulator crashing when full screen if a game is not running
1551 - Qt: Fix window focus issues
1552 - Qt: Properly set default video recording settings
1553 - Qt: Fix a race condition when a game crashes immediately
1554 - Qt: Fix some cases where key mapping can break if focus is adjusted
1555 - Qt: Fix crash if a game pauses before any frames are shown
1556 - Debugger: Negative PC-relative loads now properly subtract the offset
1557 - Debugger: Align PC-relative loads in Thumb
1558 - Debugger: Fix watchpoints triggering too late
1559 - Debugger: Fix binary print putting spaces between digits
1560 - Video: Ensure FFmpeg encoder has audio frames
1561 - Video: Fix uncompressed PCM audio recording
1562 - Video: Fix FFmpeg crashing when the file extension is wrong
1563 - Util: Fix SOCKET_FAILED macro
1564Misc:
1565 - GBA: Exit cleanly on FATAL if the port supports it
1566 - GBA Memory: Implement 16- and 32-bit loads from SRAM
1567 - Qt: Disable sync to video by default
1568 - Qt: Handle a game crash without crashing
1569 - Qt: Set default log level to FATAL, ERROR and WARN
1570 - Qt: Clarify some phrasing in the menus
1571 - Qt: Clear active buttons when focus is lost
1572
15730.1.0: (2014-12-13)
1574 - Initial release