pollymc/Hacks.cpp

9 lines
127 B
C++
Raw Normal View History

2014-01-07 02:35:20 +05:30
#include "MultiMC.h"
#ifdef Q_OS_WIN32
extern "C"
{
__declspec(dllexport) uint32_t NvOptimusEnablement = 0x00000001;
}
#endif