mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-18 16:28:13 -05:00
VideoCommon: Pass WindowSystemInfo to InitBackendInfo
This commit is contained in:
@@ -63,7 +63,7 @@ std::optional<std::string> VideoBackend::GetWarningMessage() const
|
||||
return result;
|
||||
}
|
||||
|
||||
void VideoBackend::InitBackendInfo()
|
||||
void VideoBackend::InitBackendInfo(const WindowSystemInfo& wsi)
|
||||
{
|
||||
if (!D3DCommon::LoadLibraries())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user