Skip to content

Commit

Permalink
Update melonDS
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Sep 20, 2023
1 parent 80b4293 commit b5d4178
Showing 1 changed file with 1 addition and 1 deletion.
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/melonDS-emu/melonDS.git" "5bfe51e")
fetch_dependency("melonDS" "https://github.com/melonDS-emu/melonDS.git" "6ca02aa")
fetch_dependency("libretro-common" "https://github.com/libretro/libretro-common.git" "01c6122")
fetch_dependency("embed-binaries" "https://github.com/andoalon/embed-binaries.git" "21f28ca")
fetch_dependency(glm "https://github.com/g-truc/glm.git" "5c46b9c")
Expand Down

0 comments on commit b5d4178

Please sign in to comment.