From 3fdd6721bc1c701c547432ecb71a382407cf8eb3 Mon Sep 17 00:00:00 2001 From: SimoneN64 Date: Thu, 26 Sep 2024 11:59:58 +0200 Subject: [PATCH] Better organize the changelog --- CHANGELOG.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69e3731..e07b286a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,19 @@ This file always reflects the *latest* changes up until a release. Then it gets ## Changes +New features: * Debugger with memory view, registers view and code disassembly with stepping and breakpoints -* Controllers no longer have a fixed mapping, you can customize it now -* Update SDL to version 3 -* Update ParallelRDP +* Customizable controller mappings + +Fixes: * Screen no longer black when the game is paused +* Fix crashes when closing the emulator while a game is running * Other minor fixes such as: - - Fix crashes when closing the emulator while a game is running - Remove `nativefiledialog-extended` submodule as it is no longer needed - - Update `xbyak` subtree - Small CMake refactoring - - Correct RDRAM masking in RSP \ No newline at end of file + - Correct RDRAM masking in RSP + +Updates: +* Update SDL to version 3 +* Update `parallel-rdp` +* Update `xbyak` subtree \ No newline at end of file