Merge pull request #132 from retro-wertz/updates

[android] buildfix
This commit is contained in:
hizzlekizzle
2017-08-29 15:22:20 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#include <stdint.h>
#include <stddef.h>
#include <retro_common_api.h>
#include "../retro_common_api.h"
RETRO_BEGIN_DECLS

View File

@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <streams/memory_stream.h>
#include "../include/streams/memory_stream.h"
static uint8_t* g_buffer = NULL;
static size_t g_size = 0;