summaryrefslogtreecommitdiff
path: root/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
diff options
context:
space:
mode:
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, 0 insertions, 11 deletions
diff --git a/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp b/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
deleted file mode 100644
index 1f1d3b91cdbb..000000000000
--- a/emulators/pcsx2/files/patch-pcsx2-qt-AutoUpdaterDialog.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }