summaryrefslogtreecommitdiffstats
path: root/Hacks.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-08 01:27:40 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-08 01:28:33 +0100
commitfb83299e592ef7627d5914e0fbce70c570981124 (patch)
tree573fb7524aed0059ec596bc9b426d8417469fd0f /Hacks.cpp
parent28cb66e85cad786f08b40cf242cb17a70d9e7432 (diff)
downloadMultiMC-fb83299e592ef7627d5914e0fbce70c570981124.tar
MultiMC-fb83299e592ef7627d5914e0fbce70c570981124.tar.gz
MultiMC-fb83299e592ef7627d5914e0fbce70c570981124.tar.lz
MultiMC-fb83299e592ef7627d5914e0fbce70c570981124.tar.xz
MultiMC-fb83299e592ef7627d5914e0fbce70c570981124.zip
Deploy jars instead of extracting them at runtime, remove non-working nvidia fix
Diffstat (limited to 'Hacks.cpp')
-rw-r--r--Hacks.cpp8
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