From f8b8c54c9b0521b7b1100dd312ec735026a056ba Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 1 Feb 2026 03:39:53 +0000 Subject: [PATCH] fix yuzu cpp --- src/yuzu_cmd/yuzu.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 4d91a5d13d..ff6d36440c 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -51,7 +51,10 @@ #include #endif -#if defined(_WIN32) +#if defined(__OPENORBIS__) +#include +#include +#elif defined(_WIN32) extern "C" { // tells Nvidia and AMD drivers to use the dedicated GPU by default on laptops with switchable // graphics