mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
Morea uudi odevice
This commit is contained in:
parent
14ec76eb5c
commit
0dd27a88dd
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
||||||
#ifndef __LIBRETRO__
|
#pragma once
|
||||||
#include "audio/miniaudio_device.hpp"
|
|
||||||
using AudioDevice = MiniAudioDevice;
|
#ifdef __LIBRETRO__
|
||||||
#else
|
|
||||||
#include "audio/libretro_audio_device.hpp"
|
#include "audio/libretro_audio_device.hpp"
|
||||||
using AudioDevice = LibretroAudioDevice;
|
using AudioDevice = LibretroAudioDevice;
|
||||||
|
#else
|
||||||
|
#include "audio/miniaudio_device.hpp"
|
||||||
|
using AudioDevice = MiniAudioDevice;
|
||||||
#endif
|
#endif
|
Loading…
Add table
Reference in a new issue