mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 08:41:08 +00:00
Update melonDS
This commit is contained in:
parent
c293bdb3b7
commit
cb6db1186b
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user