early-access version 1357
This commit is contained in:
parent
db32a0cb82
commit
fd4f311d0c
2 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ if(ENABLE_SDL2)
|
||||||
find_package(SDL2)
|
find_package(SDL2)
|
||||||
if (NOT SDL2_FOUND)
|
if (NOT SDL2_FOUND)
|
||||||
# otherwise add this to the list of libraries to install
|
# otherwise add this to the list of libraries to install
|
||||||
list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.12@bincrafters/stable")
|
list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.14@bincrafters/stable")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1356.
|
This is the source code for early-access 1357.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue