summarylogtreecommitdiffstats
path: root/rpcs3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rpcs3.patch')
-rw-r--r--rpcs3.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/rpcs3.patch b/rpcs3.patch
deleted file mode 100644
index 75059712975e..000000000000
--- a/rpcs3.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git i/rpcs3/Emu/Cell/Modules/cellAdec.cpp w/rpcs3/Emu/Cell/Modules/cellAdec.cpp
-index 8c6ea9054..a8b956b8e 100644
---- i/rpcs3/Emu/Cell/Modules/cellAdec.cpp
-+++ w/rpcs3/Emu/Cell/Modules/cellAdec.cpp
-@@ -229,8 +229,8 @@ public:
-
- if (size)
- {
-+ data = (u8*)av_calloc(1, size + AV_INPUT_BUFFER_PADDING_SIZE);
-+ this->size = size + AV_INPUT_BUFFER_PADDING_SIZE;
-- data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE);
-- this->size = size + FF_INPUT_BUFFER_PADDING_SIZE;
- }
- else
- {
-diff --git i/rpcs3/rpcs3qt/settings_dialog.cpp w/rpcs3/rpcs3qt/settings_dialog.cpp
-index a4d9a7fe1..6448025db 100644
---- i/rpcs3/rpcs3qt/settings_dialog.cpp
-+++ w/rpcs3/rpcs3qt/settings_dialog.cpp
-@@ -12,6 +12,7 @@
- #include <QApplication>
- #include <QDesktopWidget>
- #include <QTimer>
-+#include <QButtonGroup>
-
- #include "qt_utils.h"
- #include "settings_dialog.h"