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:
parent
fadd542137
commit
469fb4b5b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue