make radiant compile again
This commit is contained in:
parent
5ec3a47e10
commit
c34227108a
|
|
@ -74,9 +74,9 @@ void PicoPrintFunc( int level, const char *str )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void PicoLoadFileFunc( char *name, byte **buffer, int *bufSize )
|
void PicoLoadFileFunc( const char *name, byte **buffer, int *bufSize )
|
||||||
{
|
{
|
||||||
*bufSize = vfsLoadFile( (const char*) name, (void**) buffer);
|
*bufSize = vfsLoadFile( name, (void**) buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PicoFreeFileFunc( void* file )
|
void PicoFreeFileFunc( void* file )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user