(Libretro) Fix build
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1215 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
29f7d67c34
commit
e4894d2ea2
|
@ -128,7 +128,7 @@ static bool utilIsImage(const char *file)
|
|||
return utilIsGBAImage(file) || utilIsGBImage(file);
|
||||
}
|
||||
|
||||
uint32_t utilFindType(const char *file)
|
||||
IMAGE_TYPE utilFindType(const char *file)
|
||||
{
|
||||
char buffer [2048];
|
||||
if ( !utilIsImage( file ) ) // TODO: utilIsArchive() instead?
|
||||
|
|
Loading…
Reference in New Issue