Skip to content

Commit

Permalink
Update melonDS
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Dec 6, 2023
1 parent 43adda3 commit a84d9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project roughly adheres to [Semantic Versioning](https://semver.org/spe

### Changed

- Updated melonDS to commit 0a5cf89.
- Updated melonDS to commit 88ba2d9.
- Updated libretro-common to commit fce57fd.

## [0.7.25] - 2023-11-06
Expand Down
2 changes: 1 addition & 1 deletion cmake/FetchDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function(fetch_dependency name default_url default_tag)
FetchContent_GetProperties(${name})
endfunction()

fetch_dependency("melonDS" "https://github.com/JesseTG/melonDS" "0a5cf89")
fetch_dependency("melonDS" "https://github.com/JesseTG/melonDS" "88ba2d9")
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")
Expand Down

0 comments on commit a84d9a3

Please sign in to comment.