Insert Placeholder so I don't forget.

This commit is contained in:
n-a-c-h 2008-05-15 02:07:32 +00:00
parent 69177f5742
commit 9720e3ec10
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); fclose(f);
} }
//TODO: Modify ZSNES code for this
void utilApplyUPS(const char *ips, u8 **r, int *s)
{
}
extern bool cpuIsMultiBoot; extern bool cpuIsMultiBoot;
bool utilIsGBAImage(const char * file) bool utilIsGBAImage(const char * file)