diff --git a/src/Util.cpp b/src/Util.cpp index 27a6653b..ea30fc40 100644 --- a/src/Util.cpp +++ b/src/Util.cpp @@ -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)