Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Aug 20, 2024
1 parent 1391ecc commit 29954db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ New features will increment the minor version.
Breaking changes (**except for savestates**) will increment the major version;
a design goal is to avoid a 2.x release for as long as possible.

## [1.1.7] - 2024-08-20

### Fixed

- Fixed a build error on iOS on the libretro infrastructure.

## [1.1.6] - 2024-08-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion cmake/FetchDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function(fetch_dependency name default_url default_tag)
endfunction()

fetch_dependency(melonDS "https://github.com/melonDS-emu/melonDS" "824eb37")
fetch_dependency(libretro-common "https://github.com/libretro/libretro-common" "70ed90c")
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")
fetch_dependency(libslirp "https://github.com/JesseTG/libslirp-mirror" "e61dbd4")
Expand Down

0 comments on commit 29954db

Please sign in to comment.