Skip to content

Commit

Permalink
Update melonDS to d8f1d10
Browse files Browse the repository at this point in the history
- Whoops, wrong commit
  • Loading branch information
JesseTG committed Nov 5, 2024
1 parent 583ee7d commit 88e8cf1
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 @@ -20,7 +20,7 @@ a design goal is to avoid a 2.x release for as long as possible.

### Changed

- Updated melonDS to commit [b2ae4c7](https://github.com/melonDS-emu/melonDS/tree/b2ae4c7).
- Updated melonDS to commit [d8f1d10](https://github.com/melonDS-emu/melonDS/tree/d8f1d10).
- Refactored input handling to enable future improvements
to Slot-2 peripherals and screen layouts.

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/melonDS-emu/melonDS" "b2ae4c7")
fetch_dependency(melonDS "https://github.com/melonDS-emu/melonDS" "d8f1d10")
fetch_dependency(libretro-common "https://github.com/JesseTG/libretro-common" "8e2b884")
fetch_dependency("embed-binaries" "https://github.com/andoalon/embed-binaries.git" "21f28ca")
fetch_dependency(glm "https://github.com/g-truc/glm" "33b4a62")
Expand Down

0 comments on commit 88e8cf1

Please sign in to comment.