mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
Add hack for Nvidia
This commit is contained in:
parent
0a312d3b08
commit
267f18ca81
2 changed files with 9 additions and 1 deletions
8
Hacks.cpp
Normal file
8
Hacks.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "MultiMC.h"
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
extern "C"
|
||||
{
|
||||
__declspec(dllexport) uint32_t NvOptimusEnablement = 0x00000001;
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue