We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 625694a + af53aa3 commit 7beb68fCopy full SHA for 7beb68f
obs-studio-client/source/main.cpp
@@ -30,6 +30,8 @@
30
#include "volmeter.hpp"
31
#include "video.hpp"
32
33
+extern "C" __declspec(dllexport) DWORD NvOptimusEnablement = 1;
34
+
35
// Definition based on addon_register_func, see 'node.h:L384'.
36
void main(v8::Local<v8::Object> exports, v8::Local<v8::Value> module, void* priv) {
37
osn::Global::Register(exports);
obs-studio-server/source/main.cpp
@@ -43,6 +43,8 @@
43
#include "osn-volmeter.hpp"
44
#include "osn-video.hpp"
45
46
47
48
#ifndef _DEBUG
49
#include "client/crashpad_client.h"
50
#include "client/crash_report_database.h"
0 commit comments