mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-18 23:04:25 +00:00
(Griffin) Take out ifndef HW_RVL out of ngc/ssaram.c - already guarded against
in griffin
This commit is contained in:
parent
237c55dbab
commit
4888dc51c4
@ -4,7 +4,6 @@
|
||||
/****************************************************************************
|
||||
* SSARAM
|
||||
***************************************************************************/
|
||||
#ifndef HW_RVL
|
||||
#include <gccore.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -103,4 +102,3 @@ void ARAMFetch(char *dst, char *src, int len)
|
||||
AR_StartDMA(ARAM_READ, (u32) dst, (u32) src, len);
|
||||
while (AR_GetDMAStatus());
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user