RetroArch/memory/wii/mem2_manager.h

13 lines
165 B
C
Raw Normal View History

2012-08-27 20:36:05 -04:00
#ifndef _MEM2_MANAGER_H
#define _MEM2_MANAGER_H
2015-09-20 16:01:27 +02:00
#include <stdint.h>
2012-08-27 20:36:05 -04:00
2014-10-22 06:07:27 +02:00
bool gx_init_mem2(void);
2015-09-20 16:01:27 +02:00
uint32_t gx_mem2_used(void);
2014-10-22 06:07:27 +02:00
2015-09-20 16:01:27 +02:00
uint32_t gx_mem2_total(void);
2012-08-27 20:36:05 -04:00
#endif