summaryrefslogtreecommitdiff
path: root/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2024-04-19 12:34:40 +0200
committerGanael LAPLANCHE <martymac@FreeBSD.org>2024-04-19 12:34:40 +0200
commit5d497a4b37971515c9da5b4a0e4d2a22c9d8033c (patch)
tree59ac966cdff43c4b1da9d447dc3483438f1a06aa /emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
parentdevel/py-grpcio-tools: update to 1.62.2. (diff)
emulators/pcsx2: Update to 1.7.5698
Diffstat (limited to 'emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp')
-rw-r--r--emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp b/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
new file mode 100644
index 000000000000..1f1d3b91cdbb
--- /dev/null
+++ b/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
@@ -0,0 +1,11 @@
+--- pcsx2-qt/AutoUpdaterDialog.cpp.orig 2024-04-11 09:34:32 UTC
++++ pcsx2-qt/AutoUpdaterDialog.cpp
+@@ -892,7 +892,7 @@ void AutoUpdaterDialog::cleanupAfterUpdate()
+
+ #else
+
+-bool AutoUpdaterDialog::processUpdate(const QByteArray& update_data, QProgressDialog& progress)
++bool AutoUpdaterDialog::processUpdate(const std::vector<u8>& data, QProgressDialog&)
+ {
+ return false;
+ }