mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +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;
|
Scheduler scheduler;
|
||||||
|
|
||||||
Crypto::AESEngine aesEngine;
|
Crypto::AESEngine aesEngine;
|
||||||
#ifndef __LIBRETRO__
|
AudioDevice audioDevice;
|
||||||
MiniAudioDevice audioDevice;
|
|
||||||
#else
|
|
||||||
LibretroAudioDevice audioDevice;
|
|
||||||
#endif
|
|
||||||
Cheats cheats;
|
Cheats cheats;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Reference in a new issue