CHANGES (view raw)
10.7.0: (Future)
2Features:
3 - ELF support
4 - Game Boy Camera support
5 - Qt: Set default Game Boy colors
6 - Game Boy Printer support
7 - Super Game Boy support
8 - Customizable autofire speed
9 - Ability to set default Game Boy model
10Bugfixes:
11 - GB Audio: Make audio unsigned with bias (fixes mgba.io/i/749)
12 - Python: Fix importing .gb or .gba before .core
13 - GBA: Reset active region as needed when loading a ROM
14 - Qt: Fix command line debugger closing second game
15 - GB Serialize: Fix audio state loading
16 - GB Video: Fix dot clock timing being slightly wrong
17 - GB MBC: Pocket Cam memory should be accessible without enabling
18 - GB Memory: Initialize peripheral pointers
19 - GB MBC: Fix SRAM sizes 4 and 5
20 - GB Video: Fix 16-bit screenshots (fixes mgba.io/i/826)
21 - GB Core: Fix palette loading when loading a foreign config
22 - Qt: Fix LOG argument order
23 - GB Memory: Prevent accessing empty SRAM (fixes mgba.io/i/831)
24 - GB, GBA: Fix crashes when attempting to identify null VFiles
25 - GB MBC: Fix RTC initialization (fixes mgba.io/i/825)
26 - GB MBC: Fix RTC loading when file size is off
27 - GB Serialize: Fix deserializing video STAT
28 - Qt: Fix GL display when loading a game from CLI (fixes mgba.io/i/843)
29 - GB, GBA Savedata: Fix savestate-related save overwriting (fixes mgba.io/i/834)
30 - Qt: Fix timezone issues with time overrides
31 - Qt: Fix sprite export pausing game indefinitely (fixes mgba.io/i/841)
32 - ARM: Fix MSR when T bit is set
33 - GB Video: Fix potential hang when ending mode 0
34 - GB Memory: Fix HDMA count starting in mode 0 (fixes mgba.io/i/855)
35 - GB Memory: Actually load latch time from savestate
36 - GB Serialize: Fix game title check
37 - GB, GBA: Fix sync to video with frameskip
38 - GB Audio: Fix NRx2 writes while active (fixes mgba.io/i/866)
39 - GBA BIOS: Use core's VRAM variable instead of renderer's
40 - GBA Savedata: Fix 512 byte EEPROM saving as 8kB (fixes mgba.io/i/877)
41 - SDL: Fix potential race condition when pressing keys (fixes mgba.io/i/872)
42 - GBA: Fix keypad IRQs not firing when extra buttons are pressed
43 - GBA Video: Fix broken sprite blending hack (fixes mgba.io/i/532)
44 - GBA I/O: Fix reading from a few invalid I/O registers (fixes mgba.io/i/876)
45Misc:
46 - GBA Timer: Use global cycles for timers
47 - GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)
48 - All: Make FIXED_ROM_BUFFER an option instead of 3DS-only
49 - Qt: Don't rebuild library view if style hasn't changed
50 - Qt: Redo GameController into multiple classes
51 - SDL: Fix 2.0.5 build on macOS under some circumstances
52 - Test: Restructure test suite into multiple executables
53 - Python: Integrate tests from cinema test suite
54 - Util: Don't build crc32 if the function already exists
55 - GBA: Detect hardware for Pokémon FireRed ROM hacks
56 - CMake: Fix CPack dependencies for libpng 1.6
57 - Qt: Allow overrides to be saved before a game is loaded
58
590.6.0: (2017-07-16)
60Features:
61 - Library view
62 - Sprite viewer
63 - Debugging console
64 - Improved memory viewer
65 - Memory search
66 - Command line ability to override configuration values
67 - Add option to allow preloading the entire ROM before running
68 - Add option for whether rewinding restores save games
69 - Savestates now contain any RTC override data
70 - Add option to lock video to integer scaling
71 - LR35902: Watchpoints
72 - LR35902/GB-Z80 disassembler
73 - GB: Tile viewer
74 - GB: Video/audio channel enabling/disabling
75 - GB: Symbol table support
76 - GB MBC: Add MBC1 multicart support
77 - GBA: Support printing debug strings from inside a game
78 - GBA: Better cheat type autodetection
79 - Implement keypad interrupts
80 - Configuration of gamepad hats
81 - Video log recording for testing and bug reporting
82 - Debugger: Segment/bank support
83 - Debugger: Execution tracing
84 - Qt: German translation (by Lothar Serra Mari)
85 - Qt: Spanish translation (by Kevin López)
86 - Qt: Italian translation (by theheroGAC)
87Bugfixes:
88 - ARM7: Fix MLA/*MULL/*MLAL timing
89 - Core: Fix crash with rewind if savestates shrink
90 - Core: Fix interrupting a thread while on the thread (fixes mgba.io/i/692)
91 - Core: Fix directory sets crashing on close if base isn't properly detached
92 - FFmpeg: Fix overflow and general issues with audio encoding
93 - GB: Fix flickering when screen is strobed quickly
94 - GB: Fix STAT blocking
95 - GB MBC: Fix ROM bank overflows getting set to bank 0
96 - GB MBC: Fix swapping carts not detect new MBC
97 - GB Timer: Improve DIV reset behavior
98 - GB Timer: Fix DIV batching if TAC changes
99 - GB Video: Reset renderer when loading state
100 - GBA: Fix multiboot ROM loading
101 - GBA: Fix multiboot loading resulting in too small WRAM
102 - GBA BIOS: Implement BitUnPack
103 - GBA BIOS: Fix ArcTan sign in HLE BIOS
104 - GBA BIOS: Fix ArcTan2 sign in HLE BIOS (fixes mgba.io/i/689)
105 - GBA BIOS: Fix INT_MIN/-1 crash
106 - GBA Hardware: Fix crash if a savestate lies about game hardware
107 - GBA I/O: Handle audio registers specially when deserializing
108 - GBA Memory: Improve initial skipped BIOS state
109 - GBA Savedata: Fix savedata unmasking (fixes mgba.io/i/441)
110 - GBA Savedata: Update and fix Sharkport importing (fixes mgba.io/i/658)
111 - GBA Video: Fix wrong palette on 256-color sprites in OBJWIN
112 - GBA Video: Don't update background scanline params in mode 0 (fixes mgba.io/i/377)
113 - Libretro: Fix saving in GB games (fixes mgba.io/i/486)
114 - LR35902: Fix core never exiting with certain event patterns
115 - LR35902: Fix pc overflowing current region off-by-one
116 - LR35902: Fix decoding LD r, $imm and 0-valued immediates (fixes mgba.io/i/735)
117 - OpenGL: Fix some shaders causing offset graphics
118 - GB Timer: Fix sub-M-cycle DIV reset timing and edge triggering
119 - Qt: Fix window icon being stretched
120 - Qt: Fix data directory path
121 - Qt: Fix timing issues on high refresh rate monitors
122 - Qt: Fix linking after some windows have been closed
123 - Qt: Fix crash when changing audio settings after a game is closed
124 - Qt: Ensure CLI backend is attached when submitting commands (fixes mgba.io/i/662)
125 - Qt: Disable "New multiplayer window" when MAX_GBAS is reached (fixes mgba.io/i/107)
126 - Qt: Fix game unpausing after frame advancing and refocusing
127 - SDL: Fix game crash check
128 - SDL: Fix race condition with audio thread when starting
129 - SDL: Fix showing version number
130 - Test: Fix crash when loading invalid file
131 - Test: Fix crash when fuzzing fails to load a file
132 - Test: Don't rely on core for frames elapsed
133 - Test: Fix crash when loading invalid file
134 - Test: Fix crash when fuzzing fails to load a file
135 - Tools: Fix recurring multiple times over the same library
136 - Util: Fix overflow when loading invalid UPS patches
137 - Util: Fix highest-fd socket not being returned by SocketAccept
138 - Windows: Fix VDir.rewind
139Misc:
140 - All: Add C++ header guards
141 - All: Move time.h include to common.h
142 - 3DS, PSP2, Wii: Last directory loaded is saved
143 - CMake: Add ability to just print version string
144 - Core: New, faster event timing subsystem
145 - Core: Clean up some thread state checks
146 - Core: Add generic checksum function
147 - Core: Cores can now have multiple sets of callbacks
148 - Core: Restore sleep callback
149 - Core: Move rewind diffing to its own thread
150 - Core: Ability to enumerate and modify video and audio channels
151 - Core: List memory segments in the core
152 - Core: Move savestate creation time to extdata
153 - Core: Config values can now be hexadecimal
154 - Core: Improved threading interrupted detection
155 - Debugger: Modularize CLI debugger
156 - Debugger: Make building with debugging aspects optional
157 - Debugger: Add functions for read- or write-only watchpoints
158 - Debugger: Make attaching a backend idempotent
159 - Debugger: Add mDebuggerRunFrame convenience function
160 - Feature: Move game database from flatfile to SQLite3
161 - Feature: Support ImageMagick 7
162 - Feature: Make -l option explicit
163 - FFmpeg: Return false if a file fails to open
164 - FFmpeg: Force MP4 files to YUV420P
165 - GB: Trust ROM header for number of SRAM banks (fixes mgba.io/i/726)
166 - GB: Reset with initial state of DIV register
167 - GB MBC: New MBC7 implementation
168 - GB Audio: Simplify envelope code
169 - GB Audio: Improve initial envelope samples
170 - GB Audio: Start implementing "zombie" audio (fixes mgba.io/i/389)
171 - GB Video: Improved video timings
172 - GBA: Ignore invalid opcodes used by the Wii U VC emulator
173 - GBA, GB: ROM is now unloaded if a patch is applied
174 - GBA DMA: Refactor DMA out of memory.c
175 - GBA DMA: Move DMAs to using absolute timing
176 - GBA I/O: Clear JOYSTAT RECV flag when reading JOY_RECV registers
177 - GBA I/O: Set JOYSTAT TRANS flag when writing JOY_TRANS registers
178 - GBA Memory: Support for Mo Jie Qi Bing by Vast Fame (taizou)
179 - GBA Memory: Support reading/writing POSTFLG
180 - GBA Memory: Remove unused prefetch cruft
181 - GBA Timer: Improve accuracy of timers
182 - GBA Video: Clean up unused timers
183 - GBA Video: Allow multiple handles into the same tile cache
184 - GBA Video, GB Video: Colors are now fully scaled
185 - GBA Video: Optimize when BLD* registers are written frequently
186 - OpenGL: Add xBR-lv2 shader
187 - Qt: Move last directory setting from qt.ini to config.ini
188 - Qt: Improved HiDPI support
189 - Qt: Expose configuration directory
190 - Qt: Merge "Save" and "OK" buttons in shader options
191 - Qt: Automatically load controller profile when plugged in
192 - Qt: Rename "Resample video" option to "Bilinear filtering"
193 - Qt: Remove audio thread
194 - Qt: Remove audio buffer sizing in AudioProcessorQt
195 - Qt: Re-enable QtMultimedia on Windows
196 - Qt: Make "Mute" able to be bound to a key
197 - Qt: Add .gb/.gbc files to the extension list in Info.plist
198 - Qt: Relax hard dependency on OpenGL
199 - Qt: Better highlight active key in control binding
200 - SDL: Remove scancode key input
201 - SDL: Automatically map controllers when plugged in
202 - Test: Add a basic test suite
203 - Util: Add size counting to Table
204 - Util: Add 8-bit PNG write support
205 - Util: Tune patch-fast extent sizes
206 - VFS: Call msync when syncing mapped data
207 - VFS: Allow truncating memory chunk VFiles
208 - VFS: Fix some minor VFile issues with FILEs
209 - VFS: Optimize expanding in-memory files
210 - VFS: Add VFileFIFO for operating on circle buffers
211Changes from beta 1:
212Features:
213 - Qt: Italian translation (by theheroGAC)
214 - Qt: Updated German translation
215Bugfixes:
216 - GB Audio: Fix incorrect channel 4 iteration
217 - GB Audio: Fix zombie mode bit masking
218 - GB Serialize: Fix timer serialization
219 - GB Video: Fix LYC regression
220 - GBA SIO: Improve SIO Normal dummy driver (fixes mgba.io/i/520)
221 - GBA Timer: Fix count-up timing overflowing timer 3
222 - PSP2: Use custom localtime_r since newlib version is broken (fixes mgba.io/i/560)
223 - Qt: Fix memory search close button (fixes mgba.io/i/769)
224 - Qt: Fix window icon being stretched
225 - Qt: Fix initial window size (fixes mgba.io/i/766)
226 - Qt: Fix data directory path
227 - Qt: Fix controls not saving on non-SDL builds
228 - Qt: Fix translation initialization (fixes mgba.io/i/776)
229 - Qt: Fix patch loading while a game is running
230 - Qt: Fix shader selector on Ubuntu (fixes mgba.io/i/767)
231 - Core: Fix rewinding getting out of sync (fixes mgba.io/i/791)
232 - Qt: Fix GL-less build
233 - Qt: Fix Software renderer not handling alpha bits properly
234 - Qt: Fix screen background improperly stretching
235 - SDL: Fix cheats not loading
236Misc:
237 - GB Serialize: Add MBC state serialization
238 - GBA Memory: Call crash callbacks regardless of if hard crash is enabled
239 - GBA Timer: Improve accuracy of timers
240 - PSP2: Update toolchain to use vita.cmake
241 - Qt: Add language selector
242 - Qt: Minor test fixes
243 - Qt: Move shader settings into main settings window
244 - Qt: Dismiss game crashing/failing dialogs when a new game loads
245 - Qt: Properly ship Qt translations
246 - SDL: Remove writing back obtained samples (fixes mgba.io/i/768)
247
2480.6 beta 1: (2017-06-29)
249 - Initial beta for 0.6
250
2510.5.2: (2016-12-31)
252Bugfixes:
253 - All: Fix fullscreen config option being ignored
254 - ARM7: PSR mode bits should not get sign extended
255 - GB: Fix audio not being deinitialized
256 - GB: Fix crash when masking savedata
257 - GB: Properly initialize sramRealVf variable
258 - GB Audio: Fix serialization of channel 3 and NR52 properties
259 - GB Audio: Reset envelope timer when reseting sound channel
260 - GB MBC: Fix SRAM dangling pointer with RTC games
261 - GB MBC: Fix initializing MBC when no ROM is loaded
262 - GB Memory: Fix patching ROM bank 0
263 - GB Memory: Fix starting HDMAs during mode 0
264 - GB Memory: Fix HDMA5 value after DMA completes
265 - GB Video: Initialize LCDC in renderer
266 - GB Video: Hblank IRQs should mask LYC=LY IRQs
267 - GBA: Fix IRQs firing after already being cleared
268 - GBA: Only unhalt CPU if appropriate bit is set in IE
269 - GBA: Add savegame override for Crash Bandicoot 2
270 - GBA BIOS: Fix MidiKey2Freq BIOS reads
271 - GBA BIOS: Fix invalid CpuSet not setting BIOS prefetch
272 - GBA Cheats: Fix GameShark ROM patches
273 - GBA I/O: Mask off WAITCNT bits that cannot be written
274 - GBA Memory: Fix misaligned BIOS reads
275 - GBA Memory: Fix VCOUNT being writable
276 - GBA Video: Fix out of bounds sprite transforms
277 - Libretro: Fix unterminated SET_INPUT_DESCRIPTORS
278 - Libretro: Fix disabling BIOS
279 - Libretro: Fix Game Boy savestates and audio
280 - Qt: Fix changing resolution of software renderer
281 - Qt: Fix setting overrides
282 - Qt: Fix cut off tiles and alignment issues in tile viewer
283 - Qt: Only reset window dimensions when first shown
284 - Qt: Fix Qt Multimedia audio driver on big endian
285 - Qt: Fix Apply button for key and controller configurations
286 - VFS: Fix resizing memory chunks when not needed
287 - Windows: Fix Unicode directory handling
288Misc:
289 - GB, GBA: Prevent loading null ROMs
290 - GB Audio: Initialize wave RAM to GBC values
291 - GB Memory: Reset ROM bank when loading a ROM
292 - PSP2: Improved controller rumble
293
2940.5.1: (2016-10-05)
295Bugfixes:
296 - Core: Fix importing save games as read-only
297 - FFmpeg: Fix encoding AAC
298 - GB: Fix invalid STOP behavior on Game Boy Color
299 - GB: Initialize audio properly
300 - GB: Properly clear KEY1 bit 0 when switching speeds
301 - GB: Properly unload save files when unloading a ROM
302 - GB, GBA: Fix emulator hardlocking when halting with IRQs off
303 - GB MBC: Fix MBC7 when size is incorrectly specified
304 - GB MBC: Fix RTC access when no save file is loaded
305 - GB SIO: Don't auto-clock external shift clock
306 - GB Video: Setting LYC=LY during mode 2 should trigger an IRQ
307 - GB Video: Fix video frames getting missed when LCDC is off
308 - GB Video: Clear screen when LCDC is off
309 - GBA Cheats: Fix holding onto pointers that may get invalidated
310 - GBA Cheats: Fix key-activated CodeBreaker cheats
311 - GBA Cheats: Fix uninitialized memory getting freed when saving
312 - GBA Hardware: Improve Game Boy Player rumble behavior
313 - GBA Memory: Fix several unused I/O register read values
314 - GBA Savedata: Fix loading savestates with 512Mb Flash saves
315 - LR35902: Fix events running with the wrong cycle active
316 - Qt: Fix "close" button on Overrides view
317 - Qt: Fix saving overrides
318 - Qt: Fix directory set unloading when replacing the ROM
319 - Qt: Fix patch loading
320 - Qt: Fix crash when saving an override if a game isn't loaded
321 - Qt: Fix showing default display driver as OpenGL (force 1.x)
322 - SDL: Attach rumble in SDL frontend
323 - Util: Fix PNG identification on files too small to be a PNG
324Misc:
325 - All: Only update version info if needed
326 - All: Split out install locations for Libretro and OpenEmu
327 - FFmpeg: Encoding cleanup
328 - GB: Reset active region when reloading ROM
329 - GB Memory: Initialize RAM pattern for GBC
330 - GB Video: Improved video timings
331 - Qt: Manage window sizes slightly better
332 - Qt: Remember scale option independent of core dimensions
333
3340.5.0: (2016-09-19)
335Features:
336 - Game Boy support
337 - Support for encrypted CodeBreaker GBA cheats
338 - Emulation of Vast Fame protected GBA carts (taizou)
339 - Tile viewer
340 - Threaded rendering mode
341 - Libretro: Memory map and achievement support (leiradel)
342 - GUI: Add UI control remapping
343 - GUI: Add fast-forward
344 - Wii: 240p support
345 - 3DS: Adjustable screen darkening
346 - Ability to temporarily load a savegame
347 - Load specific files out of archives
348 - Automatic BIOS detection
349Bugfixes:
350 - ARM7: Fix decoding of Thumb ADD (variants 5 and 6)
351 - Debugger: Fix GDB breakpoints
352 - GBA: Fix losing IRQs when CPSR I bit isn't cleared
353 - GBA: Fix filehandle leak with savegames
354 - GBA: Timer 0 cannot be count up
355 - GBA: Count up timers should not count themselves
356 - GBA Memory: Fix mirror on non-overdumped Classic NES games
357 - GBA Memory: Fix ldm {pc}
358 - GBA Savedata: Fix savedata sync timer
359 - GBA Savedata: Only unmap savedata if present
360 - GBA Serialize: Savestates now properly store prefetch
361 - GBA Video: WIN0/1 take priority over OBJWIN
362 - GBA Video: Fix out-of-order OBJWIN
363 - PSP2: Fix GPU crash while exiting
364 - PSP2: Fix VSync
365 - PSP2: Fix accelerometer range
366 - PSP2: Actually load screen mode setting
367 - PSP2: Fix gyroscope direction
368 - PSP2: Delete threads after they return
369 - PSP2: Fix mapping/unmapping from not at 0
370 - Qt: Fix bug in software renderer scaling
371 - Qt: Fix hanging key press after disabling autofire
372 - Qt: Fix being unable to pause manually when using auto-pausing
373 - SDL: Fix axes being mapped wrong
374 - Util: Fix realloc semantics in utf16to8
375 - Util: Fix inserting too many items into a hash table
376 - VFS: Fix uninitialized varaible reading from 7z
377 - VFS: Fix reading multiple files from a 7z archive
378 - Wii: Fix framelimiting after a slowdown
379 - Wii: Fix garbage flash at startup
380Misc:
381 - 3DS: Use blip_add_delta_fast for a small speed improvement
382 - 3DS: Allow UTF-16 filenames
383 - 3DS: Port to using citro3D
384 - 3DS: Use system font for menus
385 - 3DS: Attempt to use Core 2 for threads
386 - 3DS: Adjustable filering
387 - 3DS: 3D banner
388 - All: Add QUIET parameter to silence CMake
389 - All: Faster memory read/write
390 - ARM7: Support forcing Thumb mode via MSR
391 - ARM7: Flush prefetch cache when loading CPSR via MSR
392 - ARM7: Clean up instruction decoding for future expandability
393 - Debugger: Support register and memory writes via GDB stub
394 - Debugger: Add software breakpoint support to gdb
395 - FFmpeg: Full support for libavcodec 56+
396 - GBA: Better debug logging if event processing breaks
397 - GBA Audio: Force audio DMAs to not increment destination
398 - GBA BIOS: Use custom ArcTan, not relying on OS
399 - GBA Hardware: Clean up dead code in GBP
400 - GBA Memory: Optimize stalling behavior
401 - GBA Memory: Optimize Load-/StoreMultiple
402 - GBA Savedata: Add realistic timing for EEPROM
403 - GBA Serialize: Savestates now store if CPU was halted
404 - GBA Video: Remove old slow path fallback
405 - GBA Video: Optimize sprite drawing
406 - GBA Video: Optimize mode 0 rendering
407 - GBA Video: Optimize compositing cases slightly
408 - GUI: Screenshot dimensions are now passed through
409 - GUI: Add back logging
410 - GUI: Only reload config if manually saved
411 - GUI: Increase scrolling speed
412 - OpenGL: Log shader compilation failure
413 - OpenGL: Add texSize uniform
414 - Qt: Make -g flag work in Qt build
415 - Qt: Simplify OpenGL context creation
416 - Qt: Thread startup improvements
417 - Qt: Make audio channel/video layer options shortcut mappable
418 - Qt: Remove some C99isms from C++ code
419 - Qt: Remove default autofire mappings
420 - Qt: Make reseting when pasued frame-accurate
421 - Qt: Rearchitect game closing codepath
422 - PSP2: Use system font for menus
423 - PSP2: Add rumble for PS TV
424 - PSP2: Add fit-to-height screen mode
425 - PSP2: Sync files per descriptor
426 - PSP2: Allow UTF-8 filenames
427 - PSP2: Screenshots are now saved into the Photo Gallery
428 - PSP2: Stop underclocking when menuing
429 - SDL: Increase default audio buffer size to 1024 samples
430 - SDL: More responsive rumble
431 - Util: Add Vector GetConstPointer
432 - Util: Add rtrim
433 - Util: Add endswith
434 - VFS: Improve zip file detection
435 - Wii: Add pixelated resample filter
436 - Windows: Add native VDir support
437 - Util: Add PRIz macro for libc versions that don't support %z
438
4390.4.1: (2016-07-11)
440Bugfixes:
441 - All: Fix several file handle leaks
442 - All: Fix instruction tables getting zeroed when linking sometimes
443 - ARM7: Fix flags on SBC/RSC
444 - ARM7: Fix setting spsr privilege bits when spsr is empty
445 - GBA Audio: Reset audio FIFO DMA if an invalid destination is set
446 - GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value
447 - GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
448 - GBA Memory: Fix executing code from OBJ region of VRAM
449 - GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize
450 - GBA Serialize: Fix loading savegames from savestates
451 - OpenGL: Correct boolean vector strcmp strings for uniforms
452 - Qt: Fix sending gameStopped twice
453 - Qt: Fix hang if audio sync is enabled and audio fails to initialize
454 - Qt: Fix initial state of key mapping
455 - Qt: Initialize m_useBios
456 - SDL: Fix joystick initialization on BSD
457 - SDL: Fix potential joystick crash in games with rumble
458 - SDL: Fix SDL 1.2 build
459 - SDL: Fix sporadic crash when deinitializing audio
460 - Shaders: Fix AGS-001 shader with some bad drivers
461 - Util: Use closesocket on Windows
462 - Util: Fix socket bind addresses
463 - VFS: Fix reading 7z archives without rewinding first
464 - VFS: VFileFromFD should not open directories
465 - Wii: Fix tilting direction
466 - Util: Fix realloc semantics in utf16to8
467Misc:
468 - All: Allow use of external minizip library
469 - Debugger: CLI debugger now exits when end-of-stream is reached
470 - FFmpeg: Update dependencies on Ubuntu
471 - GBA: Slightly optimize GBAProcessEvents
472 - GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
473 - GBA Video: Null renderer should return proper register values
474 - Libretro: Disable logging game errors, BIOS calls and stubs in release builds
475 - Qt: Add preset for DualShock 4
476 - Qt: Update 360 input profile on OS X to reflect newer drivers
477 - Qt: Remove use of NaN
478 - Qt: Canonicalize file paths when loading games
479 - Qt: Add refresh button to controller editing
480 - SDL: Remove default gamepad mappings
481 - Util: Fix intermittent build failure on OS X
482 - VFS: VFile.sync now updates modified time
483
4840.4.0: (2016-02-02)
485Features:
486 - Officially supported ports for the Nintendo 3DS, Wii, and PlayStation Vita
487 - I/O viewer
488 - Booting of multiboot images
489 - Customization of GIF recording
490 - Libretro: Cheat code support
491 - Support for GLSL shaders
492 - ROM information view
493 - Support for VBA-style cheat codes
494 - Savestates now store creation timestamps
495 - Key autofire
496 - Libretro: Allow blocking opposing directional input
497 - OpenEmu core for OS X
498 - Libretro: Settings for using BIOS and skipping intro
499 - Libretro: Customizable idle loop removal
500 - Implemented cycle counting for sprite rendering
501 - Cleaner, unified settings window
502 - Added a setting for pausing when the emulator is not in focus
503 - Customizable paths for save games, save states, screenshots and patches
504 - Controller hotplugging
505 - Ability to store save games and active cheats within savestates
506Bugfixes:
507 - ARM7: Fix sign of unaligned LDRSH
508 - ARM7: Fix decoding of some ARM ALU instructions with shifters
509 - Debugger: Fix watchpoints in gdb
510 - GBA: Fix warnings when creating and loading savestates
511 - GBA: Fix Iridion II savetype
512 - GBA BIOS: Fix misaligned CpuSet
513 - GBA Cheats: Fix cheats setting the Action Replay version
514 - GBA Hardware: Fix GPIO on big endian
515 - GBA Memory: Fix DMA register writing behavior
516 - GBA Memory: Fix DMAs triggering two cycles early
517 - Libretro: Fix aspect ratio
518 - Qt: Fix some potential crashes with the gamepad mapping
519 - Qt: Fix keys being mapped incorrectly when loading configuration file
520 - Util: Fix PowerPC PNG read/write pixel order
521 - Util: Fix excessive memory allocation when decoding a PNG
522 - VFS: Fix VFileReadline and remove _vfdReadline
523Misc:
524 - All: Improved PowerPC support
525 - All: Fix some undefined behavior warnings
526 - ARM7: Combine shifter-immediate and shifter-register functions to reduce binary size
527 - Debugger: Convert breakpoints and watchpoints from linked-lists to vectors
528 - GBA: Implement bad I/O register loading
529 - GBA: Allow jumping to OAM and palette RAM
530 - GBA BIOS: Finish implementing RegisterRamReset
531 - GBA Config: Add "override" layer for better one-time configuration
532 - GBA Input: Consolidate GBA_KEY_NONE and GBA_NO_MAPPING
533 - GBA Memory: Use a dynamically sized mask for ROM memory
534 - GBA Memory: Implement several unimplemented memory access types
535 - GBA Memory: Add GBAView* functions for viewing memory directly without bus issues
536 - GBA RR: Starting from savestate now embeds the savegame
537 - GBA RR: Add preliminary SRAM support for VBM loading
538 - GBA RR: Add support for resets in movies
539 - GBA Video: Remove lastHblank, as it is implied
540 - Libretro: Use anonymous memory mappers for large blocks of memory
541 - Libretro: Add install target for libretro core
542 - Qt: Window size command line options are now supported
543 - Qt: Increase usability of key mapper
544 - Qt: Add 'Apply' button to settings window
545 - Qt: Gray out "Skip BIOS intro" while "Use BIOS file" is unchecked
546 - Qt: Allow use of modifier keys as input
547 - Qt: Optimize log viewer
548 - Qt: Added button for breaking into the GDB debugger
549 - Qt: Add box for showing duration of rewind
550 - SDL: Support fullscreen in SDL 1.2
551 - SDL: Allow GBASDLAudio to be used without a thread context
552 - Util: Use VFile for configuration
553 - Util: Add MutexTryLock
554
5550.3.2: (2015-12-16)
556Bugfixes:
557 - ARM7: Fix STRT/STRBT
558 - ARM7: Implement undefined STRH/LDRH/LDRSH/LDRSB versions
559 - ARM7: Fix bank switching with LDR[B]T/STR[B]T
560 - Libretro: Fix problems with rumble not turning off
561 - GBA: Fix idle skip state being retained between games
562 - GBA: Initialize uninitialized pristineRom and pristineRomSize members
563 - GBA BIOS: Fix CpuSet on 0x01XXXXXX addresses
564 - GBA BIOS: Fix Sqrt sign
565 - GBA BIOS: Fix misaligned RLUnCompReadNormalWrite*
566 - GBA Hardware: Fix Game Boy Player rumble in Pokemon Pinball
567 - GBA Memory: Fix DMA behavior for SRAM accesses
568 - GBA Memory: Fix Store8 to OBJ VRAM
569 - GBA Memory: Fix alignment of LDM/STM on SRAM
570 - GBA Memory: Fix unaligned out-of-bounds ROM loads
571 - GBA Memory: Fix timing of DMAs
572 - GBA Video: Fix _mix for 15-bit color
573 - GBA Video: Fix OAM and palette initialization
574 - OpenGL: Fix fast-forward on some OpenGL drivers where it may block early
575 - Qt: Use safer isLoaded check in GameController
576 - Qt: Fix a race condition in PainterGL that could lead to a crash
577 - Qt: Fix clear button/analog buttons in gamepad mapper on some platforms
578 - Qt: Fix font size in memory viewer
579 - Qt: Fix a crash in the memory viewer
580 - Qt: Add additional checks in CheatModel to prevent crashes
581 - Qt: Fix race condition with setting sample rate
582 - Qt: Fix crash when closing multiplayer windows
583 - Qt: Fix resetting while paused
584Misc:
585 - GBA Audio: Implement missing flags on SOUNDCNT_X register
586 - Qt: Add mute option to menu
587
5880.3.1: (2015-10-24)
589Bugfixes:
590 - ARM7: Fix instruction decoding of Thumb shifts
591 - GBA: Deinit savegame when unloading a ROM
592 - GBA: Fix BIOS check on big endian
593 - GBA: Fix autodetect problems with some bad dumps of Super Mario Advance 2
594 - GBA Audio: Fix 8-bit writes to audio channel 3 and 4 registers
595 - GBA Audio: Fix audio channels being silenced at the wrong time
596 - GBA Memory: Fix bad BIOS Load16 on big endian
597 - GBA Memory: Fix bad Load8 on big endian
598 - GBA Video: Start on the scanline BIOS finishes on if no BIOS is loaded
599 - GBA Video: Fix edge case with sprite blend modes and semitransparency
600 - GBA Video: Fix objwin and blending interaction on sprites
601 - GBA Video: Fix OBJ semitransparency improperly interacting with other blending ops
602 - Libretro: Fix a memory leak with the render buffer
603 - Qt: Windows no longer spawn in the top left on first launch
604 - Qt: Fix install path of XDG desktop file with DESTDIR
605 - Qt: Fix drag and drop on Windows
606 - Qt: Reenable double buffering, as disabling it broke some Windows configs
607 - VFS: Fix return values of VFileFILE.read and .write
608Misc:
609 - All: Reset next event to cycles instead of zero to interrupt
610 - All: Add --version flag
611 - ARM7: Force disable LTO on two files to work around a GCC bug
612 - GBA: Attempting to save a screenshot-style savestate should be allowed without libpng
613 - GBA: Better memory handling with PNG savestates
614 - GBA: Additional savestate sanity checks
615 - GBA: Check for cycle count being too high
616 - GBA Audio: Allow GBAAVStream to have no video callback
617 - GBA BIOS: Implement RegisterRamReset for SIO registers
618 - Qt: Remove useless help icons in dialogs
619 - Qt: Prevent savestate window from opening while in multiplayer
620 - Qt: Disable menu items in multiplayer that don't make sense to have enabled
621 - Qt: Dropping multiplayer windows works more cleanly now
622
6230.3.0: (2015-08-16)
624Features:
625 - Ability to hide individual background layers, or OBJs
626 - Ability to mute individual audio channels
627 - Palette viewer and exporter
628 - Volume control
629 - More shortcuts are editable (e.g. quick save/load)
630 - Rewind now shows the frame after rewinding
631 - Import/Export of GameShark/Action Replay snapshots
632 - Add "Step backwards" item for single increment rewind
633 - Deadzone estimation for game controllers
634 - Analog inputs can be used for shortcuts
635 - Menu items for specific solar sensor brightness levels
636 - Remappable controls for tilt and gyroscope sensors
637 - Status messages for actions taken while a game is running (e.g. save/load state)
638 - Memory inspector
639 - Screensaver can now be suspended while a game is running
640 - Load/save the most recent savestate slot
641 - Support varible speed (PWM) rumble
642 - Ability to cap fast forward speed
643 - Finer control over FPS target
644 - Holdable shortcut for rewinding one frame at a time
645 - Ability to boot directly into the BIOS
646 - Preliminary support for yanking out the game pak while a game is running
647 - Thumb-drive mode by putting a file called portable.ini in the same folder
648 - Configurable display driver, between software and OpenGL
649 - Undo-able savestate loading and saving
650 - Controller profiles now store shortcut settings
651 - Default controller profiles for several common controllers
652 - Libretro now supports BIOS, rumble and solar sensor
653 - Implement BIOS call Stop, for sleep mode
654 - Automatically load patches, if found
655 - Improved video synchronization
656 - Configurable audio output sample rate
657Bugfixes:
658 - ARM7: Fix SWI and IRQ timings
659 - ARM7: Fix Thumb MUL timing
660 - ARM7: Fix timing of multiplies to use N cycles
661 - ARM7: ARMHotplugDetach should call deinit
662 - Debugger: Fix use-after-free in breakpoint clearing code
663 - GBA: Fix crash if a 512kb flash save is loaded when a game has a 1Mb flash override
664 - GBA: Cap audio FIFO read size during deserialization
665 - GBA: Check for corrupted savestates when loading
666 - GBA: Check for improperly sized savestates when loading
667 - GBA: Check for savestates made from differently sized ROMs
668 - GBA: Fix calls to endian-independent loadstores
669 - GBA: Fix timing of reading from timer registers
670 - GBA: Ensure cycles never go negative
671 - GBA Audio: Force audio FIFOs to 32-bit
672 - GBA Audio: Fix audio pitch changing when adjusting buffer size
673 - GBA Audio: Fix sample order in audio channel 3
674 - GBA Audio: Fix 8-bit writes to audio channel 3 frequency
675 - GBA Cheats: Fix Pro Action Replay and GameShark issues when used together
676 - GBA Memory: Improve Thumb open bus behavior
677 - GBA Memory: Fix potential DMA issue when loading a savestate
678 - GBA Memory: Fix load/store multiple video memory waitstates
679 - GBA SIO: Fix reseting when there are SIO devices attached
680 - GBA Video: Blended sprites should never have other effects applied
681 - GBA Video: Fix out-of-bounds tiles in mosaic
682 - GBA Video: Fix windows not affecting sprites
683 - GBA Video: Prevent tiles < 512 from being used in modes 3 - 5
684 - GBA Video: Fix timing on first scanline
685 - Qt: Better cleanup when a game crashes
686 - Qt: Fix open ROM dialog filtering for archive formats
687 - Qt: Cap the maximum number of multiplayer windows
688 - Qt: Fix maximum year in sensor override
689 - Qt: Fix window being too tall after exiting fullscreen
690 - Qt: Fix a missing va_end call in the log handler lambda within the GameController constructor
691 - Qt: Fix analog buttons not getting unmapped
692 - Qt: Fix passing command line options
693 - Qt: Fix crashes on Windows by using using QMetaObject to do cross-thread calls
694 - SDL: Fix SDL build when OpenGL is missing
695 - Util: Allow loading IPS patches that grow the ROM
696 - VFS: Fix resource leaks if some allocations fail
697 - VFS: Fix line-reading to return proper values
698 - Video: Fix an issue with very long filenames
699 - Util: Fix formatting of floats
700Misc:
701 - All: Add --help flag for command line programs
702 - All: Fix sanitize-deb script to set file permissions properly if run as (fake)root
703 - All: Enable static linking for Windows
704 - All: Enable static linking for OS X
705 - All: Threads are now named
706 - All: Proper handling of Unicode file paths
707 - ARM7: Add emulation for Undefined CPU mode
708 - ARM7: Reduce the size of the Thumb instruction table
709 - GBA: Add status log level
710 - GBA: GBARewind now returns how many states it has rewound
711 - GBA: SIO logging layer
712 - GBA BIOS: Stub out SoundBias
713 - GBA: More accurate cycle estimation for ROM prefetch and flash save chips
714 - GBA: Don't include GBACLIDebugger struct unless needed
715 - GBA: Savedata is now synced shortly after data finishes being written
716 - GBA: Process multiple timer events at once, if necessary
717 - GBA Audio: Implement audio reset for channels A/B
718 - GBA Audio: Process multiple audio events at once, if necessary
719 - GBA Hardware: Backport generic RTC source into core
720 - GBA Input: Allow axes and buttons to be mapped to the same key
721 - GBA Memory: Run multiple DMAs in a tight loop if they all occur before present
722 - GBA SIO: Add a dummy driver for Normal mode
723 - GBA Thread: Add functionality for running callbacks on the GBA thread
724 - GBA Thread: Split GBASync into a separate file
725 - GBA Video: Refactor software renderer into separate files
726 - GBA Video: Slightly optimize mode 0 mosaic rendering
727 - Debugger: Free watchpoints in addition to breakpoints
728 - Qt: Handle saving input settings better
729 - Qt: Move GL frame drawing back onto its own thread
730 - Qt: Fast forward (held) option moved from Other to Emulation menu
731 - Qt: Show version info in window title
732 - Qt: Migrate multiplayer window handling into GBAApp
733 - Qt: Unified file opening and saving with last location
734 - Qt: Fix windows being resizable when they shouldn't have been
735 - Qt: Only hide cursor in full screen
736 - Qt: Replace pause-after-frame mutex with an atomic
737 - Qt: Add application icon and XDG desktop files
738 - Qt: Rename "Fullscreen" to "Toggle fullscreen"
739 - Qt: Don't save window size when entering fullscreen
740 - Qt: Make the default fullscreen binding for Windows be Alt-Enter
741 - Qt: Gamepads can now have both buttons and analog axes mapped to the same key
742 - Qt: Increase usability of key mapper
743 - Qt: Show checkmark for window sizes
744 - Qt: Set window path to loaded ROM
745 - Perf: Ability to load savestates immediately on launch
746 - SDL: Properly check for initialization
747 - SDL: Clean up initialization functions
748 - SDL: Clean up GL context
749 - Util: Allow disabling the threading code entirely
750 - VFS: Add sync method to force syncing with backing
751
7520.2.1: (2015-05-13)
753Bugfixes:
754 - All: Fix sanitize-deb script not cleaning up after itself
755 - All: Fix dependencies for libavcodec on Debian-derived platforms
756 - ARM7: Handle writeback for PC in addressing modes 2 and 3
757 - ARM7: Make illegal instruction decoding consistent between ARM and Thumb
758 - ARM7: Fix ARM multiply instructions when PC is a destination register
759 - Debugger: Fix use-after-free in breakpoint clearing code
760 - Debugger: Fix boundary conditions in tab completion
761 - GBA: Fix timers not updating timing when writing to only the reload register
762 - GBA: Fix rewind boundary conditions
763 - GBA: Add initial I/O register settings for background matrix registers
764 - GBA: Fix hang when loading a savestate if sync to video is enabled
765 - GBA: Handle out-of-bounds I/O access
766 - GBA: Fix bounds-checking on EEPROM access
767 - GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio
768 - GBA BIOS: Initialize a variable that may be uninitialized in very rare cases
769 - GBA Memory: Allow SRAM to be 64kB
770 - GBA Memory: Fix 32-bit loads from unaddress cartridge space
771 - GBA Memory: Fix jumping to invalid memory when switching from Thumb to ARM
772 - GBA Video: Fix second frame mode 5
773 - Perf: Fix race condition if a game crashes immediately on start
774 - Qt: Fix Display object leak when closing a window
775 - Qt: Fix .deb dependencies
776 - Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
777 - Qt: Fix window not regaining focus after exiting savestate window
778 - Qt: Fix regression where video would not record if the game had already started
779 - Qt: Fix potential crash if a gamepad causes focus to change
780 - Qt: Fix controller axis querying
781 - Qt: Fix multiplayer windows opening as the wrong size
782 - Qt: Fix controllers sometimes not loading the right profile
783 - SDL: Fix boundary conditions for joystick adjustments
784 - SDL: Allocate properly sized input maps
785 - SDL: Fix potential build issues when Qt and SDL2 are in use
786 - Util: Fix resource leak in UTF-8 handling code
787 - Util: Fix a null-pointer issue when attempting to delete a key
788 - VFS: Fix resource leaks if some allocations fail
789 - Video: Fix an issue with very long filenames
790Misc:
791 - GBA Memory: Soft-crash if jumping past the end of a ROM
792 - Qt: Show multiplayer numbers in window title
793 - Qt: Solar sensor can have shortcuts set
794
7950.2.0: (2015-04-03)
796Features:
797 - Support for gamepad axes, e.g. analog sticks or triggers
798 - Add scale presets for up to 6x
799 - Settings window
800 - Bilinear resampling option
801 - Add option to skip BIOS start screen
802 - List of recently opened games
803 - Support for games using the Solar Sensor
804 - Better audio resampling via blip-buf
805 - Game Pak overrides dialog for setting savetype and sensor values
806 - Support for games using the tilt sensor
807 - Remappable shortcuts for keyboard and gamepad
808 - Rewinding of emulation
809 - Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
810 - Support IPv6
811 - Save directory of last loaded file
812 - Support BPS patches
813 - Automatically detect and optimize out idle loops
814 - Configurable game overrides
815 - Support loading 7-Zip files
816 - Drag and drop game loading
817 - Cheat code support
818 - Runtime configurable audio driver
819 - Libretro core for use with RetroArch and other front-ends
820 - Controller profiles for setting different bindings for different controllers
821 - Ability to lock aspect ratio
822 - Local link cable support
823 - Ability to switch which game controller is in use per instance
824 - Ability to prevent opposing directional input
825 - Warning dialog if an unimplemented BIOS feature is called
826 - Debugger: Add CLI "frame", frame advance command
827 - Debugger: Add CLI functions for writing to memory
828 - Debugger: Add CLI functions for examining memory regions
829 - Debugger: Add CLI function for writing a register
830Bugfixes:
831 - ARM7: Extend prefetch by one stage
832 - ARM7: Fix cycle counting for loads
833 - Debugger: Disassembly now lists PSR bitmasks (fixes #191)
834 - GBA: Fix savestate loading of DISPSTAT and WAITCNT registers
835 - GBA: Initialize gba.sync to null
836 - GBA: Fix timer initialization
837 - GBA Audio: Support 16-bit writes to FIFO audio
838 - GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
839 - GBA BIOS: Fix BIOS prefetch after returning from an IRQ
840 - GBA BIOS: Fix BIOS prefetch after reset
841 - GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
842 - GBA BIOS: Fix BIOS decompression routines with invalid source addresses
843 - GBA Memory: Fix alignment of open bus 8- and 16-bit loads
844 - GBA Memory: Fix I cycles that had been moved to ARM7 core
845 - GBA Memory: Fix cycle counting for 32-bit load/stores
846 - GBA RR: Fix fallthrough error when reading tags from a movie
847 - GBA Thread: Fix possible hang when loading an archive
848 - GBA Thread: Fix possible deadlock in video sync
849 - Perf: Fix crash when the GBA thread fails to start
850 - Qt: Fix crash starting a GDB stub if a game isn't loaded
851 - Qt: Fix crash when adjusting settings after closing a game
852 - Qt: Fix crash when starting GDB stub after closing a game
853 - Qt: Fix patch loading while a game is running
854 - Qt: Fix crash when loading a game after stopping GDB server
855 - Qt: Pause game while open file dialogs are open (fixes #6 on GitHub)
856 - Qt: Fix crash when attempting to pause if a game is not running
857 - SDL: Properly clean up if a game doesn't launch
858 - Util: Fix sockets on Windows
859Misc:
860 - All: Enable link-time optimization
861 - Debugger: Watchpoints now work on STM/LDM instructions
862 - Debugger: Clean up GDB stub network interfacing
863 - Debugger: Simplify debugger state machine to play nicer with the GBA thread loop
864 - Debugger: Merge Thumb BL instructions when disassembling
865 - Debugger: Clean up debugger interface, removing obsolete state (fixes #67)
866 - Debugger: Watchpoints now report address watched (fixes #68)
867 - Debugger: Add support for soft breakpoints
868 - Debugger: Make I/O register names be addresses instead of values
869 - Debugger: Rename read/write commands
870 - GBA: Improve accuracy of event timing
871 - GBA: Add API for getting Configuration structs for overrides and input
872 - GBA: Refactor gba-sensors and gba-gpio into gba-hardware
873 - GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
874 - GBA: Move A/V stream interface into core
875 - GBA: Savestates now take into account savedata state machines (fixes #109)
876 - GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
877 - GBA Memory: Simplify memory API and use fixed bus width
878 - GBA Thread: Make GBASyncWaitFrameStart time out
879 - GBA Video: Start video at the last scanline instead of the first
880 - Qt: Optimize logo drawing
881 - Qt: Move frame upload back onto main thread
882 - Qt: Remember window position
883 - Qt: Double-clicking on the window toggles full screen
884 - Util: Use proper locale for reading and writing float values
885
8860.1.1: (2015-01-24)
887Bugfixes:
888 - ARM7: Fix LDM writeback to a register already written
889 - GBA: Fix timers 2 and 3 updating incorrectly
890 - GBA Audio: Make larger buffer sizes than 2048 actually work properly
891 - GBA Audio: Fix GB audio channels being too quiet (fixes #159)
892 - GBA Audio: Properly initialize audio FIFO channels
893 - GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
894 - GBA BIOS: Fix BIOS prefetch after returning from a SWI
895 - GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
896 - GBA BIOS: Fix HuffUnComp to work when games pass an invalid bit length
897 - GBA BIOS: Fix GetBiosChecksum to return the value of a real GBA, regardless of used BIOS
898 - GBA BIOS: Fix HuffUnComp boundary conditions
899 - GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
900 - GBA Memory: Properly initialize 1 Mb flash, and add debug logging
901 - GBA Memory: Filter out top nybble of DMA addresses
902 - GBA Memory: Properly bounds-check VRAM accesses
903 - GBA Memory: Fix initial DMA state
904 - GBA Thread: Allow halted games to exit cleanly
905 - GBA Video: Fix blend issues with obscured middle layers
906 - GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
907 - GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
908 - GBA Video: Fix window interactions with 16-color mode 0 mosaic
909 - GBA Video: Fix sprite boundary conditions with mosaic
910 - GBA Video: Fix mode 0 being able to read tiles above appropriate tile range
911 - Qt: Fix issue with set frame sizes being the wrong height
912 - Qt: Fix emulator crashing when full screen if a game is not running
913 - Qt: Fix window focus issues
914 - Qt: Properly set default video recording settings
915 - Qt: Fix a race condition when a game crashes immediately
916 - Qt: Fix some cases where key mapping can break if focus is adjusted
917 - Qt: Fix crash if a game pauses before any frames are shown
918 - Debugger: Negative PC-relative loads now properly subtract the offset
919 - Debugger: Align PC-relative loads in Thumb
920 - Debugger: Fix watchpoints triggering too late
921 - Debugger: Fix binary print putting spaces between digits
922 - Video: Ensure FFmpeg encoder has audio frames
923 - Video: Fix uncompressed PCM audio recording
924 - Video: Fix FFmpeg crashing when the file extension is wrong
925 - Util: Fix SOCKET_FAILED macro
926Misc:
927 - GBA: Exit cleanly on FATAL if the port supports it
928 - GBA Memory: Implement 16- and 32-bit loads from SRAM
929 - Qt: Disable sync to video by default
930 - Qt: Handle a game crash without crashing
931 - Qt: Set default log level to FATAL, ERROR and WARN
932 - Qt: Clarify some phrasing in the menus
933 - Qt: Clear active buttons when focus is lost
934
9350.1.0: (2014-12-13)
936 - Initial release