mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
20db83cd93
move package folders to wii and ngc respectively
13 lines
325 B
C
13 lines
325 B
C
/****************************************************************************
|
|
* SSARAM
|
|
***************************************************************************/
|
|
#ifndef HW_RVL
|
|
#ifndef __SSARAM__
|
|
#define __SSARAM__
|
|
|
|
void ARAMPut(char *src, char *dst, int len);
|
|
void ARAMFetch(char *dst, char *src, int len);
|
|
|
|
#endif
|
|
#endif
|