Skip to content

Commit

Permalink
2.20 Official release
Browse files Browse the repository at this point in the history
  • Loading branch information
FCare committed Oct 15, 2021
1 parent 881a371 commit 873abcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions yabause/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ LIST(APPEND CMAKE_MODULE_PATH

set(YAB_PACKAGE kronos)
set(YAB_VERSION_MAJOR 2)
set(YAB_VERSION_MINOR 1)
set(YAB_VERSION_PATCH 5)
set(YAB_VERSION_MINOR 2)
set(YAB_VERSION_PATCH 0)
set(YAB_VERSION "${YAB_VERSION_MAJOR}.${YAB_VERSION_MINOR}.${YAB_VERSION_PATCH}")

set(CPACK_SOURCE_GENERATOR TGZ)
Expand Down
2 changes: 1 addition & 1 deletion yabause/src/libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifneq ($(GIT_VERSION)," unknown")
FLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
endif

FLAGS += -D__LIBRETRO__ -DHAVE_LIBGL -DVERSION=\"2.1.5\" -DHAVE_LROUND -D_7ZIP_ST -DFLAC__HAS_OGG=0 -DFLAC__NO_DLL \
FLAGS += -D__LIBRETRO__ -DHAVE_LIBGL -DVERSION=\"2.2.0\" -DHAVE_LROUND -D_7ZIP_ST -DFLAC__HAS_OGG=0 -DFLAC__NO_DLL \
-DNO_CLI -DHAVE_BUILTIN_BSWAP16=1 -DHAVE_BUILTIN_BSWAP32=1 -DHAVE_C99_VARIADIC_MACROS=1 -DHAVE_FLOORF=1 \
-DHAVE_GETTIMEOFDAY=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DIMPROVED_SAVESTATES -DHAVE_GLSYM_PRIVATE \
-DVDP1RAM_CS_ASYNC=1 -DCELL_ASYNC=1 -DRGB_ASYNC=1 -DVDP1_TEXTURE_ASYNC=1 -DHAVE_THREADS=1 -DNO_VIDCORE_SOFT -DDYNAREC_KRONOS=1 -DUSE_CACHE=1
Expand Down

0 comments on commit 873abcf

Please sign in to comment.