fb_accel: add TripleDragon framebuffer code

This commit is contained in:
Stefan Seyfried
2017-02-08 23:53:54 +01:00
committed by M. Liebmann
parent 8441a719cb
commit b04b1d7f8c
4 changed files with 201 additions and 0 deletions

View File

@@ -133,6 +133,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
#endif
#if HAVE_GENERIC_HARDWARE
frameBuffer = new CFbAccelGLFB();
#endif
#if HAVE_TRIPLEDRAGON
frameBuffer = new CFbAccelTD();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();