mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-26 09:17:00 +00:00
9 lines
127 B
C++
9 lines
127 B
C++
|
#include "MultiMC.h"
|
||
|
|
||
|
#ifdef Q_OS_WIN32
|
||
|
extern "C"
|
||
|
{
|
||
|
__declspec(dllexport) uint32_t NvOptimusEnablement = 0x00000001;
|
||
|
}
|
||
|
#endif
|