Audio device pt 2

This commit is contained in:
wheremyfoodat 2025-02-09 04:06:44 +02:00
parent 486e2ea5cb
commit 4b7fedb65c
4 changed files with 41 additions and 42 deletions

View file

@ -60,7 +60,7 @@ class Emulator {
static constexpr u32 width = 400;
static constexpr u32 height = 240 * 2; // * 2 because 2 screens
ROMType romType = ROMType::None;
bool running = false; // Is the emulator running a game?
bool running = false; // Is the emulator running a game?
private:
#ifdef PANDA3DS_ENABLE_HTTP_SERVER