From 88e8cf10189a41cc66a3655e9d3f3ad07247f4c7 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Tue, 5 Nov 2024 08:53:47 -0500 Subject: [PATCH] Update melonDS to d8f1d10 - Whoops, wrong commit --- CHANGELOG.md | 2 +- cmake/FetchDependencies.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3809f6b..588cae99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/cmake/FetchDependencies.cmake b/cmake/FetchDependencies.cmake index 60288386..ac29b0b0 100644 --- a/cmake/FetchDependencies.cmake +++ b/cmake/FetchDependencies.cmake @@ -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")