Support turbo2.
[vuplus_dvbapp] / lib / gdi / glcddc.cpp
old mode 100644 (file)
new mode 100755 (executable)
index bade53b..07bd910
@@ -36,7 +36,11 @@ void gLCDDC::exec(const gOpcode *o)
        {
        case gOpcode::flush:
 //             if (update)
+#ifndef BUILD_VUPLUS
                        lcd->update();
+#else
+                       ;
+#endif
        default:
                gDC::exec(o);
                break;