Support turbo2.
[vuplus_dvbapp] / lib / gdi / glcddc.cpp
old mode 100644 (file)
new mode 100755 (executable)
index a593cfa..07bd910
@@ -30,13 +30,17 @@ gLCDDC::~gLCDDC()
        instance=0;
 }
 
-void gLCDDC::exec(gOpcode *o)
+void gLCDDC::exec(const gOpcode *o)
 {
        switch (o->opcode)
        {
        case gOpcode::flush:
 //             if (update)
+#ifndef BUILD_VUPLUS
                        lcd->update();
+#else
+                       ;
+#endif
        default:
                gDC::exec(o);
                break;