From b0ac9bc0ab4e4a4cf084b31b90aadc95beffd2a3 Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Wed, 21 Oct 2015 00:35:49 -0700 Subject: [PATCH] Fix compilation issue --- Potator/SVGameCore.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Potator/SVGameCore.mm b/Potator/SVGameCore.mm index f3b1e4b..acf8814 100644 --- a/Potator/SVGameCore.mm +++ b/Potator/SVGameCore.mm @@ -42,6 +42,8 @@ size_t romBufferSize; COLOR_SCHEME displayMode; + + NSTimeInterval frameInterval; } @end