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