diff options
Diffstat (limited to 'Hacks.cpp')
-rw-r--r-- | Hacks.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Hacks.cpp b/Hacks.cpp deleted file mode 100644 index 3c3d8191..00000000 --- a/Hacks.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "MultiMC.h" - -#ifdef Q_OS_WIN32 -extern "C" -{ -__declspec(dllexport) uint32_t NvOptimusEnablement = 0x00000001; -} -#endif |