mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15: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__
|
||||
#include "audio/miniaudio_device.hpp"
|
||||
using AudioDevice = MiniAudioDevice;
|
||||
#else
|
||||
#pragma once
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#include "audio/libretro_audio_device.hpp"
|
||||
using AudioDevice = LibretroAudioDevice;
|
||||
#else
|
||||
#include "audio/miniaudio_device.hpp"
|
||||
using AudioDevice = MiniAudioDevice;
|
||||
#endif
|
Loading…
Add table
Reference in a new issue