1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-07 07:15:04 +00:00
2015-09-20 16:01:27 +02:00

13 lines
165 B
C

#ifndef _MEM2_MANAGER_H
#define _MEM2_MANAGER_H
#include <stdint.h>
bool gx_init_mem2(void);
uint32_t gx_mem2_used(void);
uint32_t gx_mem2_total(void);
#endif