From ad89b0c655fc1d25adfcdf40268e95c5d0391111 Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:11:11 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c7b60ad4cd6..feeca70871e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,7 @@ menu_explore_get_entry_playlist_index() returns -1 on invalid entries, but the v - LEAPFROG: Add Leapfrog (LFx000) Target - LOCALIZATION: Updates - LOCALIZATION/INPUT/IME/MENU/ONSCREEN KEYBOARD: Extended IME and Korean OSK +- MENU: Cleanup of help texts - MENU: Allow toggling info off with the same button - MENU: Allow menu wallpaper/background reset. Let's also remove the current wallpaper from the screen when pressing Start. - MENU: Null driver shows with different color (Added for all menus the ability to show "disabled" items with a muted color) @@ -61,6 +62,8 @@ menu_explore_get_entry_playlist_index() returns -1 on invalid entries, but the v - MENU/UX/XMB: Optimized certain icon drawing loops (Main horizontal icons were looped even when not visible, and all previous "breadcrumb" icons were looped when only one certain was needed) - MENU/UX/MATERIALUI: Fixed showing icons where there should not be any (Waitable Swapchains, Show Recording + Streaming) - OSX/MACOS: Fixed Cocoa keyboard not allowing to map Analog stick +- PS2: Use the recently created ps2_drivers which makes easier the loading and init of all the drivers: Memory Card, USB, HDD, Audio, Controllers +- PS2: Adds exFat support for USB, and probably solves some unexpected issues when using an HDD driver for booting cores/games. - SDL GFX: Fix no menu on start/blank screen issue. - SRAM: Don't init SRAM saving without content (gets rid of the redundant logging)