mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
More audio device
This commit is contained in:
parent
08b9e49269
commit
14ec76eb5c
1 changed files with 1 additions and 5 deletions
|
@ -48,11 +48,7 @@ class Emulator {
|
|||
Scheduler scheduler;
|
||||
|
||||
Crypto::AESEngine aesEngine;
|
||||
#ifndef __LIBRETRO__
|
||||
MiniAudioDevice audioDevice;
|
||||
#else
|
||||
LibretroAudioDevice audioDevice;
|
||||
#endif
|
||||
AudioDevice audioDevice;
|
||||
Cheats cheats;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue