mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 12:50:04 +00:00
Fixup: Merge conflict with dsp lle
This commit is contained in:
parent
c521f3b7d6
commit
45b5de7a18
2 changed files with 11 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#endif // _WIN32
|
||||
|
||||
#include "common/logging/log.h"
|
||||
|
||||
|
@ -71,7 +71,7 @@ bool InitFFmpegDL() {
|
|||
|
||||
// Free the buffer.
|
||||
LocalFree(messageBuffer);
|
||||
LOG_ERROR(Audio_DSP, "Could not load avcodec-58.dll: {}", message);
|
||||
LOG_ERROR(Audio_DSP, "Could not load avutil-56.dll: {}", message);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue