Implement audio output

This commit is contained in:
wheremyfoodat 2024-02-22 02:15:49 +02:00
parent 093364f615
commit 21ced6fae7
11 changed files with 299 additions and 9 deletions

View file

@ -8,6 +8,7 @@
#include "PICA/gpu.hpp"
#include "audio/dsp_core.hpp"
#include "audio/miniaudio_device.hpp"
#include "cheats.hpp"
#include "config.hpp"
#include "cpu.hpp"
@ -47,6 +48,7 @@ class Emulator {
Scheduler scheduler;
Crypto::AESEngine aesEngine;
MiniAudioDevice audioDevice;
Cheats cheats;
// Variables to keep track of whether the user is controlling the 3DS analog stick with their keyboard