mirror of
https://github.com/starr-dusT/citra.git
synced 2024-10-02 10:26:17 -07:00
Actually return true if InitMFDLL succeeded (#5470)
This commit is contained in:
parent
c3673ac9cd
commit
b4ec50ba21
@ -446,6 +446,8 @@ bool InitMFDLL() {
|
|||||||
LOG_ERROR(Audio_DSP, "Cannot load function MFCreateMediaType");
|
LOG_ERROR(Audio_DSP, "Cannot load function MFCreateMediaType");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Symbol<HRESULT(ULONG, DWORD)> MFStartup;
|
Symbol<HRESULT(ULONG, DWORD)> MFStartup;
|
||||||
|
Loading…
Reference in New Issue
Block a user