2014-12-14 21:12:08 -08:00
|
|
|
0.2.0: (Future)
|
2014-12-16 00:21:29 -08:00
|
|
|
Features:
|
2014-12-14 21:12:08 -08:00
|
|
|
- Support for gamepad axes, e.g. analog sticks or triggers
|
2014-12-16 22:23:58 -08:00
|
|
|
- Add scale presets for up to 6x
|
2014-12-20 01:43:48 -08:00
|
|
|
- Debugger: Add CLI "frame", frame advance command
|
2014-12-21 16:29:56 -08:00
|
|
|
- Settings window
|
2014-12-21 16:50:55 -08:00
|
|
|
- Bilinear resampling option
|
2014-12-21 17:48:36 -08:00
|
|
|
- Add option to skip BIOS start screen
|
2014-12-22 23:00:31 -08:00
|
|
|
- List of recently opened games
|
2014-12-26 01:39:37 -08:00
|
|
|
- Support for games using the Solar Sensor
|
2014-12-26 01:40:50 -08:00
|
|
|
- Debugger: Add CLI functions for writing to memory
|
2014-12-29 00:48:23 -08:00
|
|
|
- Better audio resampling via blip-buf
|
2014-12-30 23:23:16 -08:00
|
|
|
- Game Pak overrides dialog for setting savetype and sensor values
|
2015-01-01 03:23:20 -08:00
|
|
|
- Support for games using the tilt sensor
|
2015-01-05 00:13:57 -08:00
|
|
|
- Remappable shortcuts for keyboard and gamepad
|
2015-01-05 23:12:44 -08:00
|
|
|
- Rewinding of emulation
|
2015-01-07 22:33:16 -08:00
|
|
|
- Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
|
2015-01-09 02:03:42 -08:00
|
|
|
- Support IPv6
|
2015-01-10 22:46:59 -08:00
|
|
|
- Save directory of last loaded file
|
2014-12-16 00:21:29 -08:00
|
|
|
Bugfixes:
|
|
|
|
- Qt: Fix issue with set frame sizes being the wrong height
|
2014-12-16 22:12:22 -08:00
|
|
|
- Qt: Fix emulator crashing when full screen if a game is not running
|
2014-12-16 22:36:46 -08:00
|
|
|
- GBA Thread: Allow halted games to exit cleanly
|
2014-12-17 02:35:57 -08:00
|
|
|
- GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
|
2014-12-17 21:15:29 -08:00
|
|
|
- ARM7: Fix LDM writeback to a register already written
|
2014-12-19 19:59:36 -08:00
|
|
|
- GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
|
2014-12-20 05:19:16 -08:00
|
|
|
- ARM7: Extend prefetch by one stage
|
2014-12-20 06:08:55 -08:00
|
|
|
- GBA BIOS: Fix BIOS prefetch after returning from a SWI
|
2014-12-20 15:10:54 -08:00
|
|
|
- Debugger: Negative PC-relative loads now properly subtract the offset
|
2014-12-20 15:12:22 -08:00
|
|
|
- Qt: Fix window focus issues
|
2014-12-21 12:47:48 -08:00
|
|
|
- GBA Audio: Support 16-bit writes to FIFO audio
|
2014-12-21 14:49:54 -08:00
|
|
|
- GBA Memory: Properly initialize 1 Mb flash, and add debug logging
|
2014-12-21 15:24:49 -08:00
|
|
|
- Qt: Properly set default video recording settings
|
2014-12-21 21:27:55 -08:00
|
|
|
- GBA Audio: Make larger buffer sizes than 2048 actually work properly
|
2014-12-21 21:30:59 -08:00
|
|
|
- GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
|
2014-12-23 00:10:08 -08:00
|
|
|
- GBA Video: Fix blend issues with obscured middle layers
|
2014-12-23 23:13:52 -08:00
|
|
|
- Video: Ensure FFmpeg encoder has audio frames
|
2014-12-24 00:06:26 -08:00
|
|
|
- Video: Fix uncompressed PCM audio recording
|
2014-12-24 20:25:25 -08:00
|
|
|
- GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
|
2014-12-25 02:37:26 -08:00
|
|
|
- Debugger: Align PC-relative loads in Thumb
|
2014-12-25 14:48:30 -08:00
|
|
|
- Debugger: Fix watchpoints triggering too late
|
2014-12-29 23:33:12 -08:00
|
|
|
- GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
|
2014-12-31 19:59:26 -08:00
|
|
|
- GBA Video: Fix window interactions with 16-color mode 0 mosaic
|
2014-12-31 20:53:50 -08:00
|
|
|
- GBA Video: Fix sprite boundary conditions with mosaic
|
2015-01-01 14:51:20 -08:00
|
|
|
- Video: Fix FFmpeg crashing when the file extension is wrong
|
2015-01-01 23:19:16 -08:00
|
|
|
- GBA Audio: Fix GB audio channels being too quiet (fixes #159)
|
2015-01-04 19:01:26 -08:00
|
|
|
- Qt: Fix a race condition when a game crashes immediately
|
2015-01-04 22:30:23 -08:00
|
|
|
- Qt: Fix some cases where key mapping can break if focus is adjusted
|
2015-01-07 00:58:31 -08:00
|
|
|
- GBA Memory: Filter out top nybble of DMA addresses
|
2015-01-08 01:03:06 -08:00
|
|
|
- Debugger: Fix binary print putting spaces between digits
|
2015-01-10 20:30:32 -08:00
|
|
|
- GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
|
2014-12-16 22:16:22 -08:00
|
|
|
Misc:
|
|
|
|
- Qt: Disable sync to video by default
|
2014-12-19 20:34:19 -08:00
|
|
|
- GBA: Exit cleanly on FATAL if the port supports it
|
2014-12-19 20:34:48 -08:00
|
|
|
- Qt: Handle a game crash without crashing
|
2014-12-21 01:14:30 -08:00
|
|
|
- GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
|
2014-12-21 20:22:49 -08:00
|
|
|
- Qt: Set default log level to FATAL, ERROR and WARN
|
2014-12-21 22:24:19 -08:00
|
|
|
- Qt: Clarify some phrasing in the menus
|
2014-12-23 02:59:26 -08:00
|
|
|
- GBA Memory: Implement 16- and 32-bit loads from SRAM
|
2015-01-02 02:03:12 -08:00
|
|
|
- Qt: Clear active buttons when focus is lost
|
2015-01-10 01:18:11 -08:00
|
|
|
- GBA Memory: Simplify memory API and use fixed bus width
|
2014-12-14 21:12:08 -08:00
|
|
|
|
2014-12-13 17:26:11 -08:00
|
|
|
0.1.0: (2014-12-13)
|
|
|
|
- Initial release
|