diff --git a/CHANGELOG.md b/CHANGELOG.md index e07b286a..f216f05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,21 +2,4 @@ This file always reflects the *latest* changes up until a release. Then it gets wiped out and updated again. -## Changes - -New features: -* Debugger with memory view, registers view and code disassembly with stepping and breakpoints -* 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: - - Remove `nativefiledialog-extended` submodule as it is no longer needed - - Small CMake refactoring - - Correct RDRAM masking in RSP - -Updates: -* Update SDL to version 3 -* Update `parallel-rdp` -* Update `xbyak` subtree \ No newline at end of file +## Changes \ No newline at end of file diff --git a/README.md b/README.md index 67567eee..e2f10724 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Rewrite of my Nintendo 64 emulator "[shibumi](https://github.com/SimoZ64/shibumi)". -![Mario's face](resources/mario.png?raw=true) - ## Pre-built binaries | Release | |--------------------------------------------------------------------------------------------| diff --git a/resources/mario.png b/resources/mario.png deleted file mode 100644 index ab55ef45..00000000 Binary files a/resources/mario.png and /dev/null differ