Release 1.0.1

This commit is contained in:
Jesse Talavera 2024-01-12 13:43:44 -05:00
parent 02338ac561
commit 949bb4d9bb
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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"