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: