From 14ec76eb5c08cc0f889861c10ba6e7c4b60a4710 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 9 Feb 2025 04:15:57 +0200 Subject: [PATCH] More audio device --- include/emulator.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/emulator.hpp b/include/emulator.hpp index 0bb7b9ae..326eb232 100644 --- a/include/emulator.hpp +++ b/include/emulator.hpp @@ -48,11 +48,7 @@ class Emulator { Scheduler scheduler; Crypto::AESEngine aesEngine; -#ifndef __LIBRETRO__ - MiniAudioDevice audioDevice; -#else - LibretroAudioDevice audioDevice; -#endif + AudioDevice audioDevice; Cheats cheats; public: