mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04: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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue