mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
remove nvidia/amd exports (they don't work...)
This commit is contained in:
parent
c481327516
commit
79c3e8722b
@ -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…
x
Reference in New Issue
Block a user