Update melonDS

This commit is contained in:
Jesse Talavera-Greenberg 2024-01-03 09:32:26 -05:00
parent c293bdb3b7
commit cb6db1186b
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).
## [Unreleased]
### Changed
- Updated melonDS to commit f68f55d.
## [0.7.29] - 2023-01-02
### Fixed

View File

@ -37,7 +37,7 @@ function(fetch_dependency name default_url default_tag)
FetchContent_GetProperties(${name})
endfunction()
fetch_dependency("melonDS" "https://github.com/JesseTG/melonDS" "c926f79")
fetch_dependency("melonDS" "https://github.com/melonDS-emu/melonDS" "f68f55d")
fetch_dependency("libretro-common" "https://github.com/libretro/libretro-common.git" "fce57fd")
fetch_dependency("embed-binaries" "https://github.com/andoalon/embed-binaries.git" "21f28ca")
fetch_dependency(glm "https://github.com/g-truc/glm" "7882684")