You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VS solution is missing the detours include path / search path. Adding ..\ext\Detours\src to the search path in the NMake tab within the bridge-remix project settings fixes that.
I've also noticed that REMIX_BRIDGE_CLIENT nor REMIX_BRIDGE_SERVER is defined when viewing utils_messagechannel.h.
Intellisense tries to include thread.h which can not be found in any of the defined search paths. The dxvk namespace can not be resolved either ( typedef dxvk::thread ThreadType;).
Edit: another unresolved Macro:
BRIDGE_VERSION in client/d3d9_lss.cpp
The text was updated successfully, but these errors were encountered:
The VS solution is missing the detours include path / search path. Adding
..\ext\Detours\src
to the search path in the NMake tab within the bridge-remix project settings fixes that.I've also noticed that
REMIX_BRIDGE_CLIENT
norREMIX_BRIDGE_SERVER
is defined when viewingutils_messagechannel.h
.Intellisense tries to include
thread.h
which can not be found in any of the defined search paths. Thedxvk
namespace can not be resolved either (typedef dxvk::thread ThreadType;
).Edit: another unresolved Macro:
BRIDGE_VERSION
inclient/d3d9_lss.cpp
The text was updated successfully, but these errors were encountered: