Skip to content

Commit

Permalink
Export symbols to enable high performance rendering, fixes pushrax#55
Browse files Browse the repository at this point in the history
  • Loading branch information
pushrax committed Nov 8, 2021
1 parent 4dba5fd commit 15a16eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OpenVR-SpaceCalibrator/OpenVR-SpaceCalibrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")

#define OPENVR_APPLICATION_KEY "pushrax.SpaceCalibrator"

extern "C" __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
extern "C" __declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;

void CreateConsole()
{
static bool created = false;
Expand Down

0 comments on commit 15a16eb

Please sign in to comment.