aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ppsspp/ppsspp-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ppsspp/ppsspp-version.patch')
-rw-r--r--testing/ppsspp/ppsspp-version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/ppsspp/ppsspp-version.patch b/testing/ppsspp/ppsspp-version.patch
deleted file mode 100644
index eef4361c68d..00000000000
--- a/testing/ppsspp/ppsspp-version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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.11")
- set(GIT_VERSION_UPDATE "1")
-
- find_package(Git)