aports/testing/ppsspp/ppsspp-version.patch
Diaz Urbaneja Victor Diego Alenjandro 9729194563 testing/ppsspp: upgrade to 0.10.2
PPSSPP - a fast and portable PSP emulator
https://www.ppsspp.org/
2020-10-11 20:47:14 -03:00

12 lines
287 B
Diff

I add the current version to ppsspp as the default is unknown
--- a/git-version.cmake
+++ b/git-version.cmake
@@ -1,5 +1,5 @@
set(GIT_VERSION_FILE "${SOURCE_DIR}/git-version.cpp")
-set(GIT_VERSION "unknown")
+set(GIT_VERSION "1.10.2")
set(GIT_VERSION_UPDATE "1")
find_package(Git)