mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Buildfix
This commit is contained in:
parent
94308efcd8
commit
40ad1319c4
@ -2667,14 +2667,6 @@ error:
|
|||||||
|
|
||||||
/* TRANSLATION */
|
/* TRANSLATION */
|
||||||
#ifdef HAVE_TRANSLATE
|
#ifdef HAVE_TRANSLATE
|
||||||
typedef struct nbio_buf
|
|
||||||
{
|
|
||||||
void *buf;
|
|
||||||
unsigned bufsize;
|
|
||||||
char *path;
|
|
||||||
} nbio_buf_t;
|
|
||||||
|
|
||||||
|
|
||||||
static void handle_translation_cb(
|
static void handle_translation_cb(
|
||||||
retro_task_t *task, void *task_data, void *user_data, const char *error)
|
retro_task_t *task, void *task_data, void *user_data, const char *error)
|
||||||
{
|
{
|
||||||
|
@ -35,13 +35,6 @@
|
|||||||
#include "task_file_transfer.h"
|
#include "task_file_transfer.h"
|
||||||
#include "tasks_internal.h"
|
#include "tasks_internal.h"
|
||||||
|
|
||||||
typedef struct nbio_buf
|
|
||||||
{
|
|
||||||
void *buf;
|
|
||||||
unsigned bufsize;
|
|
||||||
char *path;
|
|
||||||
} nbio_buf_t;
|
|
||||||
|
|
||||||
struct audio_mixer_userdata
|
struct audio_mixer_userdata
|
||||||
{
|
{
|
||||||
enum audio_mixer_stream_type stream_type;
|
enum audio_mixer_stream_type stream_type;
|
||||||
|
@ -35,6 +35,13 @@
|
|||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
|
typedef struct nbio_buf
|
||||||
|
{
|
||||||
|
void *buf;
|
||||||
|
unsigned bufsize;
|
||||||
|
char *path;
|
||||||
|
} nbio_buf_t;
|
||||||
|
|
||||||
#ifdef HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user