fb_accel: add TripleDragon framebuffer code

This commit is contained in:
Stefan Seyfried
2017-02-08 23:53:54 +01:00
parent 2c01510266
commit ec1f030393
4 changed files with 201 additions and 0 deletions

View File

@@ -128,6 +128,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();