RetroArch/wii/mem2_manager.h

18 lines
350 B
C
Raw Normal View History

2012-08-28 00:36:05 +00:00
/****************************************************************************
* WiiMC
* Tantric 2009-2012
*
* mem2_manager.h
*
* MEM2 allocator
****************************************************************************/
#ifndef _MEM2_MANAGER_H
#define _MEM2_MANAGER_H
bool gx_init_mem2();
u32 gx_mem2_used();
u32 gx_mem2_total();
#endif