summaryrefslogtreecommitdiffstats
path: root/Hacks.cpp
blob: 3c3d8191b4b02072b0f254b042a77347f3afcf40 (plain)
1
2
3
4
5
6
7
8
#include "MultiMC.h"

#ifdef Q_OS_WIN32
extern "C"
{
__declspec(dllexport) uint32_t NvOptimusEnablement = 0x00000001;
}
#endif