mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:28:15 +08:00
refs #546, allows to run on Win10 without DirectX
Does not fix that it is asked to install DX, but avoids the crash if installation is denied
This commit is contained in:
@@ -89,6 +89,7 @@ namespace BlackSimPlugin
|
||||
|
||||
bool CLobbyClient::canLobbyConnect()
|
||||
{
|
||||
if (!m_dpLobbyClient) { return false; }
|
||||
GUID appGuid = CFs9Sdk::guid();
|
||||
DWORD dwSize = 0;
|
||||
DWORD dwItems = 0;
|
||||
|
||||
Reference in New Issue
Block a user