From 62b48855247a1a90147b384aef0cf81b34d0e275 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Sun, 21 Jul 2024 18:18:38 -0400 Subject: [PATCH] Add to the changelog - Fix #183 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f214425..06b935a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0), and this project roughly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Fixed system files from other cores + being incorrectly treated as NDS firmware images, + which caused strange behavior when one of these + were selected as a default. [#183](https://github.com/JesseTG/melonds-ds/issues/183) + ## [1.1.4] - 2024-07-08 ### Changed