RetroArch/memory/wii/mem2_manager.h

13 lines
164 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