diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-12-10 23:25:32 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-12-10 23:25:32 +0000 |
| commit | f4f8f9a2775fa1794de6935756f30bf4d99f33e8 (patch) | |
| tree | 561979821548c1365549303b79fe72ad9ac4e284 /lib/gdi/gfbdc.cpp | |
| parent | f943061914ca950bb4538c31d00c409c0a3fa869 (diff) | |
| download | enigma2-f4f8f9a2775fa1794de6935756f30bf4d99f33e8.tar.gz enigma2-f4f8f9a2775fa1794de6935756f30bf4d99f33e8.zip | |
add support for manual blit
Diffstat (limited to 'lib/gdi/gfbdc.cpp')
| -rw-r--r-- | lib/gdi/gfbdc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gdi/gfbdc.cpp b/lib/gdi/gfbdc.cpp index 75efe891..b6cbc9b0 100644 --- a/lib/gdi/gfbdc.cpp +++ b/lib/gdi/gfbdc.cpp @@ -134,6 +134,9 @@ void gFBDC::exec(gOpcode *o) fb->waitVSync(); break; } + case gOpcode::flush: + fb->blit(); + break; default: gDC::exec(o); break; |
