RetroArch/wii/mem2_manager.h
Twinaphex 16b2358bf6 (GX) Wii now takes in libretro_wii.a, Cube takes in libretro_ngc.a -
DOL/ELF binary output filenames changed - split up code
2012-09-01 03:01:33 +02:00

18 lines
350 B
C

/****************************************************************************
* 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