From 691aadb6a3770c6ac57fe59e3274b59e2af22505 Mon Sep 17 00:00:00 2001 From: BreadFish64 Date: Fri, 16 Mar 2018 16:06:33 -0500 Subject: [PATCH] comment --- src/citra/citra.cpp | 1 + src/citra_qt/main.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp index 2c9d58646..5635b6ddd 100644 --- a/src/citra/citra.cpp +++ b/src/citra/citra.cpp @@ -42,6 +42,7 @@ #ifdef _WIN32 extern "C" { +// tells Nvidia drivers to use the dedicated GPU by default on laptops with switchable graphics __declspec(dllexport) unsigned long NvOptimusEnablement = 0x00000001; } #endif diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8b251994f..1c5047963 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -56,6 +56,7 @@ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin); #ifdef _WIN32 extern "C" { +// tells Nvidia drivers to use the dedicated GPU by default on laptops with switchable graphics __declspec(dllexport) unsigned long NvOptimusEnablement = 0x00000001; } #endif