mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(libretro-common) Move memory_stream
This commit is contained in:
parent
c7e13e2bcd
commit
be9bf7dc44
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2010-2015 The RetroArch team
|
/* Copyright (C) 2010-2016 The RetroArch team
|
||||||
*
|
*
|
||||||
* ---------------------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------------------
|
||||||
* The following license statement only applies to this file (memory_stream.c).
|
* The following license statement only applies to this file (memory_stream.c).
|
||||||
@ -20,11 +20,11 @@
|
|||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <file/memory_stream.h>
|
#include <streams/memory_stream.h>
|
||||||
|
|
||||||
static uint8_t* g_buffer = NULL;
|
static uint8_t* g_buffer = NULL;
|
||||||
static size_t g_size = 0;
|
static size_t g_size = 0;
|
Loading…
x
Reference in New Issue
Block a user