mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Add toggle for libretro audio device (#719)
This commit is contained in:
parent
d42974b5db
commit
7d5cedf476
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#if defined(__LIBRETRO__) && defined(USE_LIBRETRO_AUDIO_DEVICE)
|
||||
#include "audio/libretro_audio_device.hpp"
|
||||
using AudioDevice = LibretroAudioDevice;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue