all repos — mgba @ eafb1ca06be6adcaa737cabf52eeef41e1b0d7d4

mGBA Game Boy Advance Emulator

CHANGES (view raw)

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