all repos — mgba @ 3ef59bd2c401d49654b0d003ed83e86e55e245a3

mGBA Game Boy Advance Emulator

CHANGES (view raw)

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