CHANGES (view raw)
10.6.0: (Future)
2Bugfixes:
3 - GB MBC: Fix MBC7 when size is incorrectly specified
4Misc:
5 - All: Only update version info if needed
6
70.5.0: (2016-09-19)
8Features:
9 - Game Boy support
10 - Support for encrypted CodeBreaker GBA cheats
11 - Emulation of Vast Fame protected GBA carts (taizou)
12 - Tile viewer
13 - Threaded rendering mode
14 - Libretro: Memory map and achievement support (leiradel)
15 - GUI: Add UI control remapping
16 - GUI: Add fast-forward
17 - Wii: 240p support
18 - 3DS: Adjustable screen darkening
19 - Ability to temporarily load a savegame
20 - Load specific files out of archives
21 - Automatic BIOS detection
22Bugfixes:
23 - ARM7: Fix decoding of Thumb ADD (variants 5 and 6)
24 - Debugger: Fix GDB breakpoints
25 - GBA: Fix losing IRQs when CPSR I bit isn't cleared
26 - GBA: Fix filehandle leak with savegames
27 - GBA: Timer 0 cannot be count up
28 - GBA: Count up timers should not count themselves
29 - GBA Memory: Fix mirror on non-overdumped Classic NES games
30 - GBA Memory: Fix ldm {pc}
31 - GBA Savedata: Fix savedata sync timer
32 - GBA Savedata: Only unmap savedata if present
33 - GBA Serialize: Savestates now properly store prefetch
34 - GBA Video: WIN0/1 take priority over OBJWIN
35 - GBA Video: Fix out-of-order OBJWIN
36 - PSP2: Fix GPU crash while exiting
37 - PSP2: Fix VSync
38 - PSP2: Fix accelerometer range
39 - PSP2: Actually load screen mode setting
40 - PSP2: Fix gyroscope direction
41 - PSP2: Delete threads after they return
42 - PSP2: Fix mapping/unmapping from not at 0
43 - Qt: Fix bug in software renderer scaling
44 - Qt: Fix hanging key press after disabling autofire
45 - Qt: Fix being unable to pause manually when using auto-pausing
46 - SDL: Fix axes being mapped wrong
47 - Util: Fix realloc semantics in utf16to8
48 - Util: Fix inserting too many items into a hash table
49 - VFS: Fix uninitialized varaible reading from 7z
50 - VFS: Fix reading multiple files from a 7z archive
51 - Wii: Fix framelimiting after a slowdown
52 - Wii: Fix garbage flash at startup
53Misc:
54 - 3DS: Use blip_add_delta_fast for a small speed improvement
55 - 3DS: Allow UTF-16 filenames
56 - 3DS: Port to using citro3D
57 - 3DS: Use system font for menus
58 - 3DS: Attempt to use Core 2 for threads
59 - 3DS: Adjustable filering
60 - 3DS: 3D banner
61 - All: Add QUIET parameter to silence CMake
62 - All: Faster memory read/write
63 - ARM7: Support forcing Thumb mode via MSR
64 - ARM7: Flush prefetch cache when loading CPSR via MSR
65 - ARM7: Clean up instruction decoding for future expandability
66 - Debugger: Support register and memory writes via GDB stub
67 - Debugger: Add software breakpoint support to gdb
68 - FFmpeg: Full support for libavcodec 56+
69 - GBA: Better debug logging if event processing breaks
70 - GBA Audio: Force audio DMAs to not increment destination
71 - GBA BIOS: Use custom ArcTan, not relying on OS
72 - GBA Hardware: Clean up dead code in GBP
73 - GBA Memory: Optimize stalling behavior
74 - GBA Memory: Optimize Load-/StoreMultiple
75 - GBA Savedata: Add realistic timing for EEPROM
76 - GBA Serialize: Savestates now store if CPU was halted
77 - GBA Video: Remove old slow path fallback
78 - GBA Video: Optimize sprite drawing
79 - GBA Video: Optimize mode 0 rendering
80 - GBA Video: Optimize compositing cases slightly
81 - GUI: Screenshot dimensions are now passed through
82 - GUI: Add back logging
83 - GUI: Only reload config if manually saved
84 - GUI: Increase scrolling speed
85 - OpenGL: Log shader compilation failure
86 - OpenGL: Add texSize uniform
87 - Qt: Make -g flag work in Qt build
88 - Qt: Simplify OpenGL context creation
89 - Qt: Thread startup improvements
90 - Qt: Make audio channel/video layer options shortcut mappable
91 - Qt: Remove some C99isms from C++ code
92 - Qt: Remove default autofire mappings
93 - Qt: Make reseting when pasued frame-accurate
94 - Qt: Rearchitect game closing codepath
95 - PSP2: Use system font for menus
96 - PSP2: Add rumble for PS TV
97 - PSP2: Add fit-to-height screen mode
98 - PSP2: Sync files per descriptor
99 - PSP2: Allow UTF-8 filenames
100 - PSP2: Screenshots are now saved into the Photo Gallery
101 - PSP2: Stop underclocking when menuing
102 - SDL: Increase default audio buffer size to 1024 samples
103 - SDL: More responsive rumble
104 - Util: Add Vector GetConstPointer
105 - Util: Add rtrim
106 - Util: Add endswith
107 - VFS: Improve zip file detection
108 - Wii: Add pixelated resample filter
109 - Windows: Add native VDir support
110 - Util: Add PRIz macro for libc versions that don't support %z
111
1120.4.1: (2016-07-11)
113Bugfixes:
114 - All: Fix several file handle leaks
115 - All: Fix instruction tables getting zeroed when linking sometimes
116 - ARM7: Fix flags on SBC/RSC
117 - ARM7: Fix setting spsr privilege bits when spsr is empty
118 - GBA Audio: Reset audio FIFO DMA if an invalid destination is set
119 - GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value
120 - GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
121 - GBA Memory: Fix executing code from OBJ region of VRAM
122 - GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize
123 - GBA Serialize: Fix loading savegames from savestates
124 - OpenGL: Correct boolean vector strcmp strings for uniforms
125 - Qt: Fix sending gameStopped twice
126 - Qt: Fix hang if audio sync is enabled and audio fails to initialize
127 - Qt: Fix initial state of key mapping
128 - Qt: Initialize m_useBios
129 - SDL: Fix joystick initialization on BSD
130 - SDL: Fix potential joystick crash in games with rumble
131 - SDL: Fix SDL 1.2 build
132 - SDL: Fix sporadic crash when deinitializing audio
133 - Shaders: Fix AGS-001 shader with some bad drivers
134 - Util: Use closesocket on Windows
135 - Util: Fix socket bind addresses
136 - VFS: Fix reading 7z archives without rewinding first
137 - VFS: VFileFromFD should not open directories
138 - Wii: Fix tilting direction
139 - Util: Fix realloc semantics in utf16to8
140Misc:
141 - All: Allow use of external minizip library
142 - Debugger: CLI debugger now exits when end-of-stream is reached
143 - FFmpeg: Update dependencies on Ubuntu
144 - GBA: Slightly optimize GBAProcessEvents
145 - GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
146 - GBA Video: Null renderer should return proper register values
147 - Libretro: Disable logging game errors, BIOS calls and stubs in release builds
148 - Qt: Add preset for DualShock 4
149 - Qt: Update 360 input profile on OS X to reflect newer drivers
150 - Qt: Remove use of NaN
151 - Qt: Canonicalize file paths when loading games
152 - Qt: Add refresh button to controller editing
153 - SDL: Remove default gamepad mappings
154 - Util: Fix intermittent build failure on OS X
155 - VFS: VFile.sync now updates modified time
156
1570.4.0: (2016-02-02)
158Features:
159 - Officially supported ports for the Nintendo 3DS, Wii, and PlayStation Vita
160 - I/O viewer
161 - Booting of multiboot images
162 - Customization of GIF recording
163 - Libretro: Cheat code support
164 - Support for GLSL shaders
165 - ROM information view
166 - Support for VBA-style cheat codes
167 - Savestates now store creation timestamps
168 - Key autofire
169 - Libretro: Allow blocking opposing directional input
170 - OpenEmu core for OS X
171 - Libretro: Settings for using BIOS and skipping intro
172 - Libretro: Customizable idle loop removal
173 - Implemented cycle counting for sprite rendering
174 - Cleaner, unified settings window
175 - Added a setting for pausing when the emulator is not in focus
176 - Customizable paths for save games, save states, screenshots and patches
177 - Controller hotplugging
178 - Ability to store save games and active cheats within savestates
179Bugfixes:
180 - ARM7: Fix sign of unaligned LDRSH
181 - ARM7: Fix decoding of some ARM ALU instructions with shifters
182 - Debugger: Fix watchpoints in gdb
183 - GBA: Fix warnings when creating and loading savestates
184 - GBA: Fix Iridion II savetype
185 - GBA BIOS: Fix misaligned CpuSet
186 - GBA Cheats: Fix cheats setting the Action Replay version
187 - GBA Hardware: Fix GPIO on big endian
188 - GBA Memory: Fix DMA register writing behavior
189 - GBA Memory: Fix DMAs triggering two cycles early
190 - Libretro: Fix aspect ratio
191 - Qt: Fix some potential crashes with the gamepad mapping
192 - Qt: Fix keys being mapped incorrectly when loading configuration file
193 - Util: Fix PowerPC PNG read/write pixel order
194 - Util: Fix excessive memory allocation when decoding a PNG
195 - VFS: Fix VFileReadline and remove _vfdReadline
196Misc:
197 - All: Improved PowerPC support
198 - All: Fix some undefined behavior warnings
199 - ARM7: Combine shifter-immediate and shifter-register functions to reduce binary size
200 - Debugger: Convert breakpoints and watchpoints from linked-lists to vectors
201 - GBA: Implement bad I/O register loading
202 - GBA: Allow jumping to OAM and palette RAM
203 - GBA BIOS: Finish implementing RegisterRamReset
204 - GBA Config: Add "override" layer for better one-time configuration
205 - GBA Input: Consolidate GBA_KEY_NONE and GBA_NO_MAPPING
206 - GBA Memory: Use a dynamically sized mask for ROM memory
207 - GBA Memory: Implement several unimplemented memory access types
208 - GBA Memory: Add GBAView* functions for viewing memory directly without bus issues
209 - GBA RR: Starting from savestate now embeds the savegame
210 - GBA RR: Add preliminary SRAM support for VBM loading
211 - GBA RR: Add support for resets in movies
212 - GBA Video: Remove lastHblank, as it is implied
213 - Libretro: Use anonymous memory mappers for large blocks of memory
214 - Libretro: Add install target for libretro core
215 - Qt: Window size command line options are now supported
216 - Qt: Increase usability of key mapper
217 - Qt: Add 'Apply' button to settings window
218 - Qt: Gray out "Skip BIOS intro" while "Use BIOS file" is unchecked
219 - Qt: Allow use of modifier keys as input
220 - Qt: Optimize log viewer
221 - Qt: Added button for breaking into the GDB debugger
222 - Qt: Add box for showing duration of rewind
223 - SDL: Support fullscreen in SDL 1.2
224 - SDL: Allow GBASDLAudio to be used without a thread context
225 - Util: Use VFile for configuration
226 - Util: Add MutexTryLock
227
2280.3.2: (2015-12-16)
229Bugfixes:
230 - ARM7: Fix STRT/STRBT
231 - ARM7: Implement undefined STRH/LDRH/LDRSH/LDRSB versions
232 - ARM7: Fix bank switching with LDR[B]T/STR[B]T
233 - Libretro: Fix problems with rumble not turning off
234 - GBA: Fix idle skip state being retained between games
235 - GBA: Initialize uninitialized pristineRom and pristineRomSize members
236 - GBA BIOS: Fix CpuSet on 0x01XXXXXX addresses
237 - GBA BIOS: Fix Sqrt sign
238 - GBA BIOS: Fix misaligned RLUnCompReadNormalWrite*
239 - GBA Hardware: Fix Game Boy Player rumble in Pokemon Pinball
240 - GBA Memory: Fix DMA behavior for SRAM accesses
241 - GBA Memory: Fix Store8 to OBJ VRAM
242 - GBA Memory: Fix alignment of LDM/STM on SRAM
243 - GBA Memory: Fix unaligned out-of-bounds ROM loads
244 - GBA Memory: Fix timing of DMAs
245 - GBA Video: Fix _mix for 15-bit color
246 - GBA Video: Fix OAM and palette initialization
247 - OpenGL: Fix fast-forward on some OpenGL drivers where it may block early
248 - Qt: Use safer isLoaded check in GameController
249 - Qt: Fix a race condition in PainterGL that could lead to a crash
250 - Qt: Fix clear button/analog buttons in gamepad mapper on some platforms
251 - Qt: Fix font size in memory viewer
252 - Qt: Fix a crash in the memory viewer
253 - Qt: Add additional checks in CheatModel to prevent crashes
254 - Qt: Fix race condition with setting sample rate
255 - Qt: Fix crash when closing multiplayer windows
256 - Qt: Fix resetting while paused
257Misc:
258 - GBA Audio: Implement missing flags on SOUNDCNT_X register
259 - Qt: Add mute option to menu
260
2610.3.1: (2015-10-24)
262Bugfixes:
263 - ARM7: Fix instruction decoding of Thumb shifts
264 - GBA: Deinit savegame when unloading a ROM
265 - GBA: Fix BIOS check on big endian
266 - GBA: Fix autodetect problems with some bad dumps of Super Mario Advance 2
267 - GBA Audio: Fix 8-bit writes to audio channel 3 and 4 registers
268 - GBA Audio: Fix audio channels being silenced at the wrong time
269 - GBA Memory: Fix bad BIOS Load16 on big endian
270 - GBA Memory: Fix bad Load8 on big endian
271 - GBA Video: Start on the scanline BIOS finishes on if no BIOS is loaded
272 - GBA Video: Fix edge case with sprite blend modes and semitransparency
273 - GBA Video: Fix objwin and blending interaction on sprites
274 - GBA Video: Fix OBJ semitransparency improperly interacting with other blending ops
275 - Libretro: Fix a memory leak with the render buffer
276 - Qt: Windows no longer spawn in the top left on first launch
277 - Qt: Fix install path of XDG desktop file with DESTDIR
278 - Qt: Fix drag and drop on Windows
279 - Qt: Reenable double buffering, as disabling it broke some Windows configs
280 - VFS: Fix return values of VFileFILE.read and .write
281Misc:
282 - All: Reset next event to cycles instead of zero to interrupt
283 - All: Add --version flag
284 - ARM7: Force disable LTO on two files to work around a GCC bug
285 - GBA: Attempting to save a screenshot-style savestate should be allowed without libpng
286 - GBA: Better memory handling with PNG savestates
287 - GBA: Additional savestate sanity checks
288 - GBA: Check for cycle count being too high
289 - GBA Audio: Allow GBAAVStream to have no video callback
290 - GBA BIOS: Implement RegisterRamReset for SIO registers
291 - Qt: Remove useless help icons in dialogs
292 - Qt: Prevent savestate window from opening while in multiplayer
293 - Qt: Disable menu items in multiplayer that don't make sense to have enabled
294 - Qt: Dropping multiplayer windows works more cleanly now
295
2960.3.0: (2015-08-16)
297Features:
298 - Ability to hide individual background layers, or OBJs
299 - Ability to mute individual audio channels
300 - Palette viewer and exporter
301 - Volume control
302 - More shortcuts are editable (e.g. quick save/load)
303 - Rewind now shows the frame after rewinding
304 - Import/Export of GameShark/Action Replay snapshots
305 - Add "Step backwards" item for single increment rewind
306 - Deadzone estimation for game controllers
307 - Analog inputs can be used for shortcuts
308 - Menu items for specific solar sensor brightness levels
309 - Remappable controls for tilt and gyroscope sensors
310 - Status messages for actions taken while a game is running (e.g. save/load state)
311 - Memory inspector
312 - Screensaver can now be suspended while a game is running
313 - Load/save the most recent savestate slot
314 - Support varible speed (PWM) rumble
315 - Ability to cap fast forward speed
316 - Finer control over FPS target
317 - Holdable shortcut for rewinding one frame at a time
318 - Ability to boot directly into the BIOS
319 - Preliminary support for yanking out the game pak while a game is running
320 - Thumb-drive mode by putting a file called portable.ini in the same folder
321 - Configurable display driver, between software and OpenGL
322 - Undo-able savestate loading and saving
323 - Controller profiles now store shortcut settings
324 - Default controller profiles for several common controllers
325 - Libretro now supports BIOS, rumble and solar sensor
326 - Implement BIOS call Stop, for sleep mode
327 - Automatically load patches, if found
328 - Improved video synchronization
329 - Configurable audio output sample rate
330Bugfixes:
331 - ARM7: Fix SWI and IRQ timings
332 - ARM7: Fix Thumb MUL timing
333 - ARM7: Fix timing of multiplies to use N cycles
334 - ARM7: ARMHotplugDetach should call deinit
335 - Debugger: Fix use-after-free in breakpoint clearing code
336 - GBA: Fix crash if a 512kb flash save is loaded when a game has a 1Mb flash override
337 - GBA: Cap audio FIFO read size during deserialization
338 - GBA: Check for corrupted savestates when loading
339 - GBA: Check for improperly sized savestates when loading
340 - GBA: Check for savestates made from differently sized ROMs
341 - GBA: Fix calls to endian-independent loadstores
342 - GBA: Fix timing of reading from timer registers
343 - GBA: Ensure cycles never go negative
344 - GBA Audio: Force audio FIFOs to 32-bit
345 - GBA Audio: Fix audio pitch changing when adjusting buffer size
346 - GBA Audio: Fix sample order in audio channel 3
347 - GBA Audio: Fix 8-bit writes to audio channel 3 frequency
348 - GBA Cheats: Fix Pro Action Replay and GameShark issues when used together
349 - GBA Memory: Improve Thumb open bus behavior
350 - GBA Memory: Fix potential DMA issue when loading a savestate
351 - GBA Memory: Fix load/store multiple video memory waitstates
352 - GBA SIO: Fix reseting when there are SIO devices attached
353 - GBA Video: Blended sprites should never have other effects applied
354 - GBA Video: Fix out-of-bounds tiles in mosaic
355 - GBA Video: Fix windows not affecting sprites
356 - GBA Video: Prevent tiles < 512 from being used in modes 3 - 5
357 - GBA Video: Fix timing on first scanline
358 - Qt: Better cleanup when a game crashes
359 - Qt: Fix open ROM dialog filtering for archive formats
360 - Qt: Cap the maximum number of multiplayer windows
361 - Qt: Fix maximum year in sensor override
362 - Qt: Fix window being too tall after exiting fullscreen
363 - Qt: Fix a missing va_end call in the log handler lambda within the GameController constructor
364 - Qt: Fix analog buttons not getting unmapped
365 - Qt: Fix passing command line options
366 - Qt: Fix crashes on Windows by using using QMetaObject to do cross-thread calls
367 - SDL: Fix SDL build when OpenGL is missing
368 - Util: Allow loading IPS patches that grow the ROM
369 - VFS: Fix resource leaks if some allocations fail
370 - VFS: Fix line-reading to return proper values
371 - Video: Fix an issue with very long filenames
372 - Util: Fix formatting of floats
373Misc:
374 - All: Add --help flag for command line programs
375 - All: Fix sanitize-deb script to set file permissions properly if run as (fake)root
376 - All: Enable static linking for Windows
377 - All: Enable static linking for OS X
378 - All: Threads are now named
379 - All: Proper handling of Unicode file paths
380 - ARM7: Add emulation for Undefined CPU mode
381 - ARM7: Reduce the size of the Thumb instruction table
382 - GBA: Add status log level
383 - GBA: GBARewind now returns how many states it has rewound
384 - GBA: SIO logging layer
385 - GBA BIOS: Stub out SoundBias
386 - GBA: More accurate cycle estimation for ROM prefetch and flash save chips
387 - GBA: Don't include GBACLIDebugger struct unless needed
388 - GBA: Savedata is now synced shortly after data finishes being written
389 - GBA: Process multiple timer events at once, if necessary
390 - GBA Audio: Implement audio reset for channels A/B
391 - GBA Audio: Process multiple audio events at once, if necessary
392 - GBA Hardware: Backport generic RTC source into core
393 - GBA Input: Allow axes and buttons to be mapped to the same key
394 - GBA Memory: Run multiple DMAs in a tight loop if they all occur before present
395 - GBA SIO: Add a dummy driver for Normal mode
396 - GBA Thread: Add functionality for running callbacks on the GBA thread
397 - GBA Thread: Split GBASync into a separate file
398 - GBA Video: Refactor software renderer into separate files
399 - GBA Video: Slightly optimize mode 0 mosaic rendering
400 - Debugger: Free watchpoints in addition to breakpoints
401 - Qt: Handle saving input settings better
402 - Qt: Move GL frame drawing back onto its own thread
403 - Qt: Fast forward (held) option moved from Other to Emulation menu
404 - Qt: Show version info in window title
405 - Qt: Migrate multiplayer window handling into GBAApp
406 - Qt: Unified file opening and saving with last location
407 - Qt: Fix windows being resizable when they shouldn't have been
408 - Qt: Only hide cursor in full screen
409 - Qt: Replace pause-after-frame mutex with an atomic
410 - Qt: Add application icon and XDG desktop files
411 - Qt: Rename "Fullscreen" to "Toggle fullscreen"
412 - Qt: Don't save window size when entering fullscreen
413 - Qt: Make the default fullscreen binding for Windows be Alt-Enter
414 - Qt: Gamepads can now have both buttons and analog axes mapped to the same key
415 - Qt: Increase usability of key mapper
416 - Qt: Show checkmark for window sizes
417 - Qt: Set window path to loaded ROM
418 - Perf: Ability to load savestates immediately on launch
419 - SDL: Properly check for initialization
420 - SDL: Clean up initialization functions
421 - SDL: Clean up GL context
422 - Util: Allow disabling the threading code entirely
423 - VFS: Add sync method to force syncing with backing
424
4250.2.1: (2015-05-13)
426Bugfixes:
427 - All: Fix sanitize-deb script not cleaning up after itself
428 - All: Fix dependencies for libavcodec on Debian-derived platforms
429 - ARM7: Handle writeback for PC in addressing modes 2 and 3
430 - ARM7: Make illegal instruction decoding consistent between ARM and Thumb
431 - ARM7: Fix ARM multiply instructions when PC is a destination register
432 - Debugger: Fix use-after-free in breakpoint clearing code
433 - Debugger: Fix boundary conditions in tab completion
434 - GBA: Fix timers not updating timing when writing to only the reload register
435 - GBA: Fix rewind boundary conditions
436 - GBA: Add initial I/O register settings for background matrix registers
437 - GBA: Fix hang when loading a savestate if sync to video is enabled
438 - GBA: Handle out-of-bounds I/O access
439 - GBA: Fix bounds-checking on EEPROM access
440 - GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio
441 - GBA BIOS: Initialize a variable that may be uninitialized in very rare cases
442 - GBA Memory: Allow SRAM to be 64kB
443 - GBA Memory: Fix 32-bit loads from unaddress cartridge space
444 - GBA Memory: Fix jumping to invalid memory when switching from Thumb to ARM
445 - GBA Video: Fix second frame mode 5
446 - Perf: Fix race condition if a game crashes immediately on start
447 - Qt: Fix Display object leak when closing a window
448 - Qt: Fix .deb dependencies
449 - Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
450 - Qt: Fix window not regaining focus after exiting savestate window
451 - Qt: Fix regression where video would not record if the game had already started
452 - Qt: Fix potential crash if a gamepad causes focus to change
453 - Qt: Fix controller axis querying
454 - Qt: Fix multiplayer windows opening as the wrong size
455 - Qt: Fix controllers sometimes not loading the right profile
456 - SDL: Fix boundary conditions for joystick adjustments
457 - SDL: Allocate properly sized input maps
458 - SDL: Fix potential build issues when Qt and SDL2 are in use
459 - Util: Fix resource leak in UTF-8 handling code
460 - Util: Fix a null-pointer issue when attempting to delete a key
461 - VFS: Fix resource leaks if some allocations fail
462 - Video: Fix an issue with very long filenames
463Misc:
464 - GBA Memory: Soft-crash if jumping past the end of a ROM
465 - Qt: Show multiplayer numbers in window title
466 - Qt: Solar sensor can have shortcuts set
467
4680.2.0: (2015-04-03)
469Features:
470 - Support for gamepad axes, e.g. analog sticks or triggers
471 - Add scale presets for up to 6x
472 - Settings window
473 - Bilinear resampling option
474 - Add option to skip BIOS start screen
475 - List of recently opened games
476 - Support for games using the Solar Sensor
477 - Better audio resampling via blip-buf
478 - Game Pak overrides dialog for setting savetype and sensor values
479 - Support for games using the tilt sensor
480 - Remappable shortcuts for keyboard and gamepad
481 - Rewinding of emulation
482 - Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
483 - Support IPv6
484 - Save directory of last loaded file
485 - Support BPS patches
486 - Automatically detect and optimize out idle loops
487 - Configurable game overrides
488 - Support loading 7-Zip files
489 - Drag and drop game loading
490 - Cheat code support
491 - Runtime configurable audio driver
492 - Libretro core for use with RetroArch and other front-ends
493 - Controller profiles for setting different bindings for different controllers
494 - Ability to lock aspect ratio
495 - Local link cable support
496 - Ability to switch which game controller is in use per instance
497 - Ability to prevent opposing directional input
498 - Warning dialog if an unimplemented BIOS feature is called
499 - Debugger: Add CLI "frame", frame advance command
500 - Debugger: Add CLI functions for writing to memory
501 - Debugger: Add CLI functions for examining memory regions
502 - Debugger: Add CLI function for writing a register
503Bugfixes:
504 - ARM7: Extend prefetch by one stage
505 - ARM7: Fix cycle counting for loads
506 - Debugger: Disassembly now lists PSR bitmasks (fixes #191)
507 - GBA: Fix savestate loading of DISPSTAT and WAITCNT registers
508 - GBA: Initialize gba.sync to null
509 - GBA: Fix timer initialization
510 - GBA Audio: Support 16-bit writes to FIFO audio
511 - GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
512 - GBA BIOS: Fix BIOS prefetch after returning from an IRQ
513 - GBA BIOS: Fix BIOS prefetch after reset
514 - GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
515 - GBA BIOS: Fix BIOS decompression routines with invalid source addresses
516 - GBA Memory: Fix alignment of open bus 8- and 16-bit loads
517 - GBA Memory: Fix I cycles that had been moved to ARM7 core
518 - GBA Memory: Fix cycle counting for 32-bit load/stores
519 - GBA RR: Fix fallthrough error when reading tags from a movie
520 - GBA Thread: Fix possible hang when loading an archive
521 - GBA Thread: Fix possible deadlock in video sync
522 - Perf: Fix crash when the GBA thread fails to start
523 - Qt: Fix crash starting a GDB stub if a game isn't loaded
524 - Qt: Fix crash when adjusting settings after closing a game
525 - Qt: Fix crash when starting GDB stub after closing a game
526 - Qt: Fix patch loading while a game is running
527 - Qt: Fix crash when loading a game after stopping GDB server
528 - Qt: Pause game while open file dialogs are open (fixes #6 on GitHub)
529 - Qt: Fix crash when attempting to pause if a game is not running
530 - SDL: Properly clean up if a game doesn't launch
531 - Util: Fix sockets on Windows
532Misc:
533 - All: Enable link-time optimization
534 - Debugger: Watchpoints now work on STM/LDM instructions
535 - Debugger: Clean up GDB stub network interfacing
536 - Debugger: Simplify debugger state machine to play nicer with the GBA thread loop
537 - Debugger: Merge Thumb BL instructions when disassembling
538 - Debugger: Clean up debugger interface, removing obsolete state (fixes #67)
539 - Debugger: Watchpoints now report address watched (fixes #68)
540 - Debugger: Add support for soft breakpoints
541 - Debugger: Make I/O register names be addresses instead of values
542 - Debugger: Rename read/write commands
543 - GBA: Improve accuracy of event timing
544 - GBA: Add API for getting Configuration structs for overrides and input
545 - GBA: Refactor gba-sensors and gba-gpio into gba-hardware
546 - GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
547 - GBA: Move A/V stream interface into core
548 - GBA: Savestates now take into account savedata state machines (fixes #109)
549 - GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
550 - GBA Memory: Simplify memory API and use fixed bus width
551 - GBA Thread: Make GBASyncWaitFrameStart time out
552 - GBA Video: Start video at the last scanline instead of the first
553 - Qt: Optimize logo drawing
554 - Qt: Move frame upload back onto main thread
555 - Qt: Remember window position
556 - Qt: Double-clicking on the window toggles full screen
557 - Util: Use proper locale for reading and writing float values
558
5590.1.1: (2015-01-24)
560Bugfixes:
561 - ARM7: Fix LDM writeback to a register already written
562 - GBA: Fix timers 2 and 3 updating incorrectly
563 - GBA Audio: Make larger buffer sizes than 2048 actually work properly
564 - GBA Audio: Fix GB audio channels being too quiet (fixes #159)
565 - GBA Audio: Properly initialize audio FIFO channels
566 - GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
567 - GBA BIOS: Fix BIOS prefetch after returning from a SWI
568 - GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
569 - GBA BIOS: Fix HuffUnComp to work when games pass an invalid bit length
570 - GBA BIOS: Fix GetBiosChecksum to return the value of a real GBA, regardless of used BIOS
571 - GBA BIOS: Fix HuffUnComp boundary conditions
572 - GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
573 - GBA Memory: Properly initialize 1 Mb flash, and add debug logging
574 - GBA Memory: Filter out top nybble of DMA addresses
575 - GBA Memory: Properly bounds-check VRAM accesses
576 - GBA Memory: Fix initial DMA state
577 - GBA Thread: Allow halted games to exit cleanly
578 - GBA Video: Fix blend issues with obscured middle layers
579 - GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
580 - GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
581 - GBA Video: Fix window interactions with 16-color mode 0 mosaic
582 - GBA Video: Fix sprite boundary conditions with mosaic
583 - GBA Video: Fix mode 0 being able to read tiles above appropriate tile range
584 - Qt: Fix issue with set frame sizes being the wrong height
585 - Qt: Fix emulator crashing when full screen if a game is not running
586 - Qt: Fix window focus issues
587 - Qt: Properly set default video recording settings
588 - Qt: Fix a race condition when a game crashes immediately
589 - Qt: Fix some cases where key mapping can break if focus is adjusted
590 - Qt: Fix crash if a game pauses before any frames are shown
591 - Debugger: Negative PC-relative loads now properly subtract the offset
592 - Debugger: Align PC-relative loads in Thumb
593 - Debugger: Fix watchpoints triggering too late
594 - Debugger: Fix binary print putting spaces between digits
595 - Video: Ensure FFmpeg encoder has audio frames
596 - Video: Fix uncompressed PCM audio recording
597 - Video: Fix FFmpeg crashing when the file extension is wrong
598 - Util: Fix SOCKET_FAILED macro
599Misc:
600 - GBA: Exit cleanly on FATAL if the port supports it
601 - GBA Memory: Implement 16- and 32-bit loads from SRAM
602 - Qt: Disable sync to video by default
603 - Qt: Handle a game crash without crashing
604 - Qt: Set default log level to FATAL, ERROR and WARN
605 - Qt: Clarify some phrasing in the menus
606 - Qt: Clear active buttons when focus is lost
607
6080.1.0: (2014-12-13)
609 - Initial release