mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
More MISSING_DECLS buildfixes
This commit is contained in:
parent
785eb2ff12
commit
c2c49da1de
@ -36,6 +36,7 @@ extern "C" {
|
|||||||
#include <queues/fifo_buffer.h>
|
#include <queues/fifo_buffer.h>
|
||||||
|
|
||||||
#ifdef RARCH_INTERNAL
|
#ifdef RARCH_INTERNAL
|
||||||
|
#include "internal_cores.h"
|
||||||
#include "../libretro.h"
|
#include "../libretro.h"
|
||||||
#define CORE_PREFIX(s) libretro_ffmpeg_##s
|
#define CORE_PREFIX(s) libretro_ffmpeg_##s
|
||||||
#else
|
#else
|
||||||
|
@ -97,7 +97,7 @@ static bool png_parse_ihdr_fio(FILE **fd,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool rpng_load_image_argb_iterate(FILE **fd, rpng_t *rpng)
|
static bool rpng_load_image_argb_iterate(FILE **fd, rpng_t *rpng)
|
||||||
{
|
{
|
||||||
struct png_chunk chunk = {0};
|
struct png_chunk chunk = {0};
|
||||||
FILE *file = *fd;
|
FILE *file = *fd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user