mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-11 01:24:11 +02:00
MediaCapture: Fix Media Foundation refusing to load
This commit is contained in:
@@ -796,7 +796,7 @@ bool MediaCaptureMF::LoadMediaFoundation(Error* error)
|
||||
result = false;
|
||||
}
|
||||
|
||||
if (result)
|
||||
if (!result)
|
||||
UnloadMediaFoundation();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user