From 9720e3ec10f448f5c6a93ac45fe8d3316e9641c1 Mon Sep 17 00:00:00 2001 From: n-a-c-h Date: Thu, 15 May 2008 02:07:32 +0000 Subject: [PATCH] Insert Placeholder so I don't forget. --- src/Util.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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)