All: Update CHANGES for 0.4.1

This commit is contained in:
Jeffrey Pfau 2016-07-11 17:40:06 -07:00
parent 4cf9f444fe
commit 64b6805469
1 changed files with 30 additions and 30 deletions

60
CHANGES
View File

@ -1,47 +1,47 @@
0.4.1: (Future) 0.4.1: (2016-07-11)
Bugfixes: Bugfixes:
- VFS: Fix reading 7z archives without rewinding first - All: Fix several file handle leaks
- Qt: Fix sending gameStopped twice - All: Fix instruction tables getting zeroed when linking sometimes
- Qt: Fix hang if audio sync is enabled and audio fails to initialize - ARM7: Fix flags on SBC/RSC
- ARM7: Fix setting spsr privilege bits when spsr is empty
- GBA Audio: Reset audio FIFO DMA if an invalid destination is set
- GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value - GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value
- OpenGL: Correct boolean vector strcmp strings for uniforms - GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
- Wii: Fix tilting direction - GBA Memory: Fix executing code from OBJ region of VRAM
- SDL: Fix joystick initialization on BSD
- SDL: Fix potential joystick crash in games with rumble
- Qt: Fix initial state of key mapping
- Shaders: Fix AGS-001 shader with some bad drivers
- Qt: Initialize m_useBios
- GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize - GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize
- GBA Serialize: Fix loading savegames from savestates - GBA Serialize: Fix loading savegames from savestates
- All: Fix several file handle leaks - OpenGL: Correct boolean vector strcmp strings for uniforms
- Util: Use closesocket on Windows - Qt: Fix sending gameStopped twice
- GBA Memory: Fix executing code from OBJ region of VRAM - Qt: Fix hang if audio sync is enabled and audio fails to initialize
- Util: Fix socket bind addresses - Qt: Fix initial state of key mapping
- All: Fix instruction tables getting zeroed when linking sometimes - Qt: Initialize m_useBios
- SDL: Fix joystick initialization on BSD
- SDL: Fix potential joystick crash in games with rumble
- SDL: Fix SDL 1.2 build - SDL: Fix SDL 1.2 build
- ARM7: Fix flags on SBC/RSC
- Util: Fix realloc semantics in utf16to8
- ARM7: Fix setting spsr privilege bits when spsr is empty
- GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
- SDL: Fix sporadic crash when deinitializing audio - SDL: Fix sporadic crash when deinitializing audio
- GBA Audio: Reset audio FIFO DMA if an invalid destination is set - Shaders: Fix AGS-001 shader with some bad drivers
- Util: Use closesocket on Windows
- Util: Fix socket bind addresses
- VFS: Fix reading 7z archives without rewinding first
- VFS: VFileFromFD should not open directories - VFS: VFileFromFD should not open directories
- Wii: Fix tilting direction
- Util: Fix realloc semantics in utf16to8
Misc: Misc:
- GBA: Slightly optimize GBAProcessEvents
- Qt: Add preset for DualShock 4
- SDL: Remove default gamepad mappings
- Qt: Update 360 input profile on OS X to reflect newer drivers
- Qt: Remove use of NaN
- FFmpeg: Update dependencies on Ubuntu
- All: Allow use of external minizip library - All: Allow use of external minizip library
- Debugger: CLI debugger now exits when end-of-stream is reached
- FFmpeg: Update dependencies on Ubuntu
- GBA: Slightly optimize GBAProcessEvents
- GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
- GBA Video: Null renderer should return proper register values - GBA Video: Null renderer should return proper register values
- Libretro: Disable logging game errors, BIOS calls and stubs in release builds - Libretro: Disable logging game errors, BIOS calls and stubs in release builds
- Qt: Add preset for DualShock 4
- Qt: Update 360 input profile on OS X to reflect newer drivers
- Qt: Remove use of NaN
- Qt: Canonicalize file paths when loading games - Qt: Canonicalize file paths when loading games
- Qt: Add refresh button to controller editing - Qt: Add refresh button to controller editing
- Debugger: CLI debugger now exits when end-of-stream is reached - SDL: Remove default gamepad mappings
- VFS: VFile.sync now updates modified time
- GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
- Util: Fix intermittent build failure on OS X - Util: Fix intermittent build failure on OS X
- VFS: VFile.sync now updates modified time
0.4.0: (2016-02-02) 0.4.0: (2016-02-02)
Features: Features: