From 48d312d68187459a6c1beee4c3461db87e8f7828 Mon Sep 17 00:00:00 2001 From: Autechre Date: Fri, 14 Aug 2020 19:50:28 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9be83c0844..e8ea82f009 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # Future - CHEEVOS: Generic memory mapping using rcheevos - CHEEVOS: Ensure badge textures are released before video driver is deinitialized. Should fix crashes with slang shaders. +- CORE DOWNLOADER: Enhanced core downloader search functionality +- INPUT MAPPING/REMAPPING: Minor bugfix - Remap file browsing starts navigation at input_remapping_directory even if the core-subdir (where saved files go) exists +Having remaps for many different cores makes finding the active core files cumbersome, especially because remaps are not compatible between different cores (but maybe for cores emulating the same hardware) +- INPUT MAPPING/REMAPPING: Major bugfix - Remap file having a different device type requires manual intervention after loading for the core to register the type properly - LIBRETRO: Add API extension for cores to query the number of active inputs provided by the frontend - PLAYLISTS/PORTABLE: Fixed first load initialization - RBUF/ANIMATIONS: Simplify gfx_animation by switching from dynarray to rbuf