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; Scheduler scheduler;
Crypto::AESEngine aesEngine; Crypto::AESEngine aesEngine;
#ifndef __LIBRETRO__ AudioDevice audioDevice;
MiniAudioDevice audioDevice;
#else
LibretroAudioDevice audioDevice;
#endif
Cheats cheats; Cheats cheats;
public: public: