Skip to content

Commit

Permalink
Merge branch 'ajaus/d3d9-get-adapter-count-default-timeout-change' in…
Browse files Browse the repository at this point in the history
…to 'main'

Increase the default timeout value for GetAdapterCount()

See merge request lightspeedrtx/bridge-remix-nv!97
  • Loading branch information
nv-ajaus committed Aug 30, 2024
2 parents 97ecf73 + 39c43ad commit 8248167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/d3d9_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ UINT Direct3D9Ex_LSS::GetAdapterCount() {
ModuleClientCommand c(Commands::IDirect3D9Ex_GetAdapterCount);
currentUID = c.get_uid();
}
WAIT_FOR_SERVER_RESPONSE("GetAdapterCount()", 0, currentUID);
WAIT_FOR_SERVER_RESPONSE("GetAdapterCount()", 1, currentUID);

m_adapterCount = (UINT) ModuleBridge::get_data();
ModuleBridge::pop_front();
Expand Down

0 comments on commit 8248167

Please sign in to comment.