Implement workaround for GL driver which is slow to render the first frame with new state.  This change will render a transparent frame when receiving new state to warm the driver.
diff --git a/res/raw/rollo4.c b/res/raw/rollo4.c
index ac158de..b0ea5b0 100644
--- a/res/raw/rollo4.c
+++ b/res/raw/rollo4.c
@@ -82,6 +82,9 @@
     g_Zoom = 0;
 }
 
+void resetHWWar() {
+}
+
 void move() {
     if (g_LastTouchDown) {
         float dx = -(state->newPositionX - g_LastPositionX);