mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
Fix MinGW-w64 build maybe
This commit is contained in:
parent
334662c0a5
commit
4f08a2dd7a
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
// Gently ask to use the discrete Nvidia/AMD GPU if possible instead of integrated graphics
|
||||
extern "C" {
|
||||
_declspec(dllexport) DWORD NvOptimusEnablement = 1;
|
||||
_declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 1;
|
||||
__declspec(dllexport) DWORD NvOptimusEnablement = 1;
|
||||
__declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue