mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Fix some minor warnings.
Just to get more warning clean.
This commit is contained in:
parent
b5e8c21042
commit
36217e813c
2 changed files with 3 additions and 2 deletions
|
@ -5753,7 +5753,8 @@ void __NetMatchingCallbacks() //(int matchingId)
|
|||
|
||||
auto params = matchingEvents.begin();
|
||||
if (params != matchingEvents.end()) {
|
||||
u32_le *args = params->data;
|
||||
u32_le args[6];
|
||||
memcpy(args, params->data, sizeof(args));
|
||||
auto context = findMatchingContext(args[0]);
|
||||
|
||||
if (actionAfterMatchingMipsCall < 0) {
|
||||
|
|
2
ffmpeg
2
ffmpeg
|
@ -1 +1 @@
|
|||
Subproject commit 70bfd4a77487e56ef60b4adfc47f714cfea59794
|
||||
Subproject commit 3ad7ddb9eb2af898dce8c4b5e9a28b77b3f7ddd7
|
Loading…
Add table
Reference in a new issue