More audio device

This commit is contained in:
wheremyfoodat 2025-02-09 04:15:57 +02:00
parent 08b9e49269
commit 14ec76eb5c

View file

@ -48,11 +48,7 @@ class Emulator {
Scheduler scheduler;
Crypto::AESEngine aesEngine;
#ifndef __LIBRETRO__
MiniAudioDevice audioDevice;
#else
LibretroAudioDevice audioDevice;
#endif
AudioDevice audioDevice;
Cheats cheats;
public: