forked from Tr0n/client
Upgraded to DirectX 9
This commit is contained in:
@ -15,8 +15,10 @@
|
||||
#include "../eterBase/CPostIt.h"
|
||||
|
||||
extern "C" {
|
||||
extern int _fltused;
|
||||
volatile int _AVOID_FLOATING_POINT_LIBRARY_BUG = _fltused;
|
||||
extern int32_t _fltused;
|
||||
volatile int32_t _AVOID_FLOATING_POINT_LIBRARY_BUG = _fltused;
|
||||
__declspec(dllexport) uint32_t NvOptimusEnablement = 0x00000001;
|
||||
__declspec(dllexport) int32_t AmdPowerXpressRequestHighPerformance = 1;
|
||||
};
|
||||
|
||||
#pragma comment(linker, "/NODEFAULTLIB:libci.lib")
|
||||
|
Reference in New Issue
Block a user