RetroArch
mem2_manager.h
Go to the documentation of this file.
1 #ifndef _MEM2_MANAGER_H
2 #define _MEM2_MANAGER_H
3 
4 #include <stdint.h>
5 
6 bool gx_init_mem2(void);
7 
9 
11 
12 #endif
uint32_t gx_mem2_used(void)
Definition: mem2_manager.c:192
uint32_t gx_mem2_total(void)
Definition: mem2_manager.c:199
bool gx_init_mem2(void)
Definition: mem2_manager.c:70
unsigned int uint32_t
Definition: stdint.h:126