From 949bb4d9bbe150de0e7446fa943eeb0b4e409f9a Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Fri, 12 Jan 2024 13:43:44 -0500 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 6 ++++++ melondsds_libretro.info.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a23812..d6be0899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.0.1] - 2024-01-12 + +### Fixed + +- Unmark the core as experimental so it appears in RetroArch's core downloader by default. + ## [1.0.0] - 2024-01-12 First stable release. diff --git a/melondsds_libretro.info.in b/melondsds_libretro.info.in index 833f3f06..006c0121 100644 --- a/melondsds_libretro.info.in +++ b/melondsds_libretro.info.in @@ -21,7 +21,7 @@ core_options_version = "2.0" database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS (Download Play)|Nintendo - Nintendo DSi|Nintendo - Nintendo DSi Decrypted|Nintendo - Nintendo DSi (Digital)" hw_render = "true" input_descriptors = "true" -is_experimental = "true" +is_experimental = "false" libretro_saves = "true" load_subsystem = "true" needs_fullpath = "false"