testing/ppsspp: upgrade to 1.15.1

This commit is contained in:
psykose 2023-05-04 05:00:45 +00:00
parent 978c777dc6
commit 9732f90c86
2 changed files with 3 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Díaz Urbaneja Diego <sodomon2@gmail.com>
# Maintainer: Díaz Urbaneja Diego <sodomon2@gmail.com>
pkgname=ppsspp
pkgver=1.15
pkgver=1.15.1
pkgrel=0
pkgdesc="PPSSPP - a fast and portable PSP emulator"
url="https://www.ppsspp.org/"
@ -51,6 +51,6 @@ package() {
}
sha512sums="
88e97f964e826cf791725ed62178dbfa456094af06a1c896df640b24a4e2ae8ed79e0ae63cb29cc6a92e83ecd63ab60013ddf32333fb1e8b5024a6e3fce6b71f ppsspp-1.15.tar.xz
62723aa03aa87300dfd7a64793249ccf7e8942dff96c57d2dfde9a7bf8f0a4b071c264d5f88985c6eaa7e6ed8281214d2133bc63db50111811e7d76e2a19a7eb gcc13.patch
4ba4d3eda05baedf9fde8e646c3e55a659fdd2ccb0b55a70173129be4764aa940f222d6fd33c2c49dd0d364dc62dd1f69f9d3dde2232851d1a378e1c50639842 ppsspp-1.15.1.tar.xz
febb3fa9c7c1d81178d1f7ca81ad2e6040f115369030ce9fe0bcc4f1a94e0ca2e875f3ee7c766f75b687a33c11d41bb4b8f4b97b08187a05337e9864656967ea gcc13.patch
"

View File

@ -1,15 +1,3 @@
diff --git a/Core/FileSystems/FileSystem.h b/Core/FileSystems/FileSystem.h
index 9e64d16f..e98fb363 100644
--- a/Core/FileSystems/FileSystem.h
+++ b/Core/FileSystems/FileSystem.h
@@ -20,6 +20,7 @@
#include <vector>
#include <string>
#include <cstring>
+#include <cstdint>
#include <ctime>
#include "Common.h"
diff --git a/ext/armips/Util/Util.h b/ext/armips/Util/Util.h
index d4916764..af77ed00 100644
--- a/ext/armips/Util/Util.h