From a855447d11393605b8bb8e81c8cb4528d05232b9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 22 Sep 2019 03:30:37 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b8b46aa959..ad77b196a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ operation had run - MENU/MOUSE: Mouse wheel up/down is now a proper 'up/down', same as using cursor keys or a dpad - MENU/MOUSE: Mouse wheel tilt left/right has been wired up to normal 'left/right' commands. Also further improved mouse wheel tilt - MENU/OSX: Fixed mouse buttons - mouse down events were not hooked up +- OSD: Memory details should now be available on every platform (get_mem_total and get_mem_free need to be implemented in the frontend driver for it to work) +- OSD: Memory details can now be shown individually without FPS and frame count - WIN32: Log window now has title 'Logging Console' - WII: Add Wiimote lightgun support