mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-16 16:57:00 +02:00
init audio
This commit is contained in:
parent
e7b024f888
commit
6366aeea47
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
#include "common/logging.h"
|
#include "common/logging.h"
|
||||||
#include "common/scm_rev.h"
|
#include "common/scm_rev.h"
|
||||||
#include "common/settings.h"
|
#include "common/settings.h"
|
||||||
|
#include "common/settings_enums.h"
|
||||||
#include "common/string_util.h"
|
#include "common/string_util.h"
|
||||||
#include "core/core.h"
|
#include "core/core.h"
|
||||||
#include "core/core_timing.h"
|
#include "core/core_timing.h"
|
||||||
|
|
@ -55,6 +56,8 @@
|
||||||
#if defined(__OPENORBIS__)
|
#if defined(__OPENORBIS__)
|
||||||
#include <orbis/libkernel.h>
|
#include <orbis/libkernel.h>
|
||||||
#include <orbis/SystemService.h>
|
#include <orbis/SystemService.h>
|
||||||
|
#include <orbis/AudioOut.h>
|
||||||
|
#include <orbis/UserService.h>
|
||||||
#elif defined(_WIN32)
|
#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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue