remove nvidia/amd exports (they don't work...)
This commit is contained in:
parent
c481327516
commit
79c3e8722b
2 changed files with 0 additions and 5 deletions
|
@ -9,6 +9,4 @@ EXPORTS
|
|||
DirectDrawEnumerateExW @13
|
||||
DirectDrawEnumerateW @14
|
||||
GameHandlesClose DATA
|
||||
NvOptimusEnablement DATA
|
||||
AmdPowerXpressRequestHighPerformance DATA
|
||||
pvBmpBits = FakePrimarySurface DATA
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
#include "directinput.h"
|
||||
#include "hook.h"
|
||||
|
||||
// exports to force usage of discrete high performance graphics device
|
||||
DWORD NvOptimusEnablement = 1;
|
||||
DWORD AmdPowerXpressRequestHighPerformance = 1;
|
||||
|
||||
// export for cncnet cnc games
|
||||
BOOL GameHandlesClose;
|
||||
|
|
Loading…
Reference in a new issue