More audio device

This commit is contained in:
wheremyfoodat 2025-02-09 04:15:34 +02:00
parent 4b7fedb65c
commit 08b9e49269
6 changed files with 45 additions and 39 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <cstring>
#include "audio/audio_device.hpp"
#include "audio/audio_device_interface.hpp"
class LibretroAudioDevice : public AudioDeviceInterface {
bool initialized = false;