summarylogtreecommitdiffstats
path: root/rpcs3.patch
blob: 75059712975ef690afdd6b1d6c063f848eb0761b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"