Update melonDS

This commit is contained in:
Jesse Talavera-Greenberg 2023-12-05 18:35:31 -05:00
parent 1ecef236c1
commit 7b12f4d6a3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe
### Changed
- Updated melonDS to commit b0e1e1c.
- Updated melonDS to commit 0a5cf89.
- Updated libretro-common to commit fce57fd.
## [0.7.25] - 2023-11-06

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" "b0e1e1c")
fetch_dependency("melonDS" "https://github.com/JesseTG/melonDS" "0a5cf89")
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.git" "47585fd")