RetroArch
ssaram.h
Go to the documentation of this file.
1 /****************************************************************************
2 * SSARAM
3 ***************************************************************************/
4 #ifndef HW_RVL
5 #ifndef __SSARAM__
6 #define __SSARAM__
7 
8 void ARAMPut(char *src, char *dst, int len);
9 void ARAMFetch(char *dst, char *src, int len);
10 
11 #endif
12 #endif
GLenum GLsizei len
Definition: glext.h:7389
void ARAMFetch(char *dst, char *src, int len)
Definition: ssaram.c:101
GLenum src
Definition: glext.h:6980
GLenum GLenum dst
Definition: glext.h:6980
void ARAMPut(char *src, char *dst, int len)
Definition: ssaram.c:30