2014-12-16 08:21:29 +00:00
|
|
|
0.1.1: (Future)
|
|
|
|
Bugfixes:
|
|
|
|
- Qt: Fix issue with set frame sizes being the wrong height
|
2014-12-17 06:12:22 +00:00
|
|
|
- Qt: Fix emulator crashing when full screen if a game is not running
|
2014-12-17 06:36:46 +00:00
|
|
|
- GBA Thread: Allow halted games to exit cleanly
|
2014-12-17 10:35:57 +00:00
|
|
|
- GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
|
2014-12-18 05:15:29 +00:00
|
|
|
- ARM7: Fix LDM writeback to a register already written
|
2014-12-20 03:59:36 +00:00
|
|
|
- GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
|
2014-12-20 14:08:55 +00:00
|
|
|
- GBA BIOS: Fix BIOS prefetch after returning from a SWI
|
2014-12-20 23:10:54 +00:00
|
|
|
- Debugger: Negative PC-relative loads now properly subtract the offset
|
2014-12-20 23:13:36 +00:00
|
|
|
- Qt: Fix window focus issues
|
2014-12-21 22:49:54 +00:00
|
|
|
- GBA Memory: Properly initialize 1 Mb flash, and add debug logging
|
2014-12-21 23:24:49 +00:00
|
|
|
- Qt: Properly set default video recording settings
|
2014-12-22 05:27:55 +00:00
|
|
|
- GBA Audio: Make larger buffer sizes than 2048 actually work properly
|
2014-12-23 08:10:08 +00:00
|
|
|
- GBA Video: Fix blend issues with obscured middle layers
|
2014-12-24 07:13:52 +00:00
|
|
|
- Video: Ensure FFmpeg encoder has audio frames
|
2014-12-24 08:06:26 +00:00
|
|
|
- Video: Fix uncompressed PCM audio recording
|
2014-12-25 04:25:25 +00:00
|
|
|
- GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
|
2014-12-25 10:37:26 +00:00
|
|
|
- Debugger: Align PC-relative loads in Thumb
|
2014-12-25 22:48:30 +00:00
|
|
|
- Debugger: Fix watchpoints triggering too late
|
2014-12-16 08:39:45 +00:00
|
|
|
Misc:
|
|
|
|
- Qt: Disable sync to video by default
|
2014-12-20 04:34:19 +00:00
|
|
|
- GBA: Exit cleanly on FATAL if the port supports it
|
2014-12-20 04:34:48 +00:00
|
|
|
- Qt: Handle a game crash without crashing
|
2014-12-22 04:22:49 +00:00
|
|
|
- Qt: Set default log level to FATAL, ERROR and WARN
|
2014-12-22 06:24:52 +00:00
|
|
|
- Qt: Clarify some phrasing in the menus
|
2014-12-23 10:59:26 +00:00
|
|
|
- GBA Memory: Implement 16- and 32-bit loads from SRAM
|
2014-12-16 08:21:29 +00:00
|
|
|
|
2014-12-14 01:26:11 +00:00
|
|
|
0.1.0: (2014-12-13)
|
|
|
|
- Initial release
|