Insert Placeholder so I don't forget.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@509 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
n-a-c-h 2008-05-15 02:07:32 +00:00
parent fadd542137
commit 469fb4b5b3
1 changed files with 5 additions and 0 deletions

View File

@ -416,6 +416,11 @@ void utilApplyIPS(const char *ips, u8 **r, int *s)
fclose(f);
}
//TODO: Modify ZSNES code for this
void utilApplyUPS(const char *ips, u8 **r, int *s)
{
}
extern bool cpuIsMultiBoot;
bool utilIsGBAImage(const char * file)