Kill the extern since this would be the default.
This commit is contained in:
parent
8e75d3521a
commit
d0ed6ae79c
|
@ -246,8 +246,6 @@ void GFX_FIFOsend(u8 cmd, u32 param)
|
|||
NDS_RescheduleGXFIFO();
|
||||
}
|
||||
|
||||
// this function used ONLY in new gxFIFO
|
||||
extern void execHardware_doAllDma(EDMAMode modeNum);
|
||||
// this function used ONLY in new gxFIFO
|
||||
BOOL GFX_PIPErecv(u8 *cmd, u32 *param)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue