mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix #3147
This commit is contained in:
parent
fcb324e272
commit
4ae6cda6b1
@ -24,11 +24,13 @@
|
|||||||
|
|
||||||
#include "../audio_driver.h"
|
#include "../audio_driver.h"
|
||||||
#include "../../configuration.h"
|
#include "../../configuration.h"
|
||||||
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
roar_vs_t *vss;
|
roar_vs_t *vss;
|
||||||
bool nonblocking;
|
bool nonblocking;
|
||||||
|
bool is_paused;
|
||||||
} roar_t;
|
} roar_t;
|
||||||
|
|
||||||
static void *ra_init(const char *device, unsigned rate, unsigned latency)
|
static void *ra_init(const char *device, unsigned rate, unsigned latency)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user