mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 17:16:58 +02:00
fix yuzu cpp
This commit is contained in:
parent
fe6d56a88d
commit
637f356c8e
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(__OPENORBIS__)
|
||||||
|
#include <orbis/libkernel.h>
|
||||||
|
#include <orbis/SystemService.h>
|
||||||
|
#elif defined(_WIN32)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
// tells Nvidia and AMD drivers to use the dedicated GPU by default on laptops with switchable
|
// tells Nvidia and AMD drivers to use the dedicated GPU by default on laptops with switchable
|
||||||
// graphics
|
// graphics
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue