Update CHANGES.md

This commit is contained in:
Autechre 2020-08-14 14:29:13 +02:00 committed by GitHub
parent 7ed3ee278a
commit d989e375c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
- LIBRETRO: Add API extension for cores to query the number of active inputs provided by the frontend - LIBRETRO: Add API extension for cores to query the number of active inputs provided by the frontend
- PLAYLISTS/PORTABLE: Fixed first load initialization - PLAYLISTS/PORTABLE: Fixed first load initialization
- RBUF/ANIMATIONS: Simplify gfx_animation by switching from dynarray to rbuf - RBUF/ANIMATIONS: Simplify gfx_animation by switching from dynarray to rbuf
- RBUF/CORE UPDATER: Replace static entries array with dynamic array via RBUF library
- RBUF/M3U: Replace static entries array with dynamic array via RBUF library - RBUF/M3U: Replace static entries array with dynamic array via RBUF library
- SWITCH: Fix input bind icons being off by one line - SWITCH: Fix input bind icons being off by one line