pick mipsbox code from DDT, TangoCash and max10

Origin commit data
------------------
Commit: f3f0bdaddb
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-03 (Fri, 03 May 2019)

Origin message was:
------------------
- pick mipsbox code from DDT, TangoCash and max10
This commit is contained in:
vanhofen
2019-05-03 22:50:45 +02:00
parent 80a7e04688
commit f02215466f
25 changed files with 103 additions and 54 deletions

View File

@@ -142,6 +142,9 @@ CFrameBuffer* CFrameBuffer::getInstance()
#endif
#if HAVE_ARM_HARDWARE
frameBuffer = new CFbAccelARM();
#endif
#if HAVE_MIPS_HARDWARE
frameBuffer = new CFbAccelMIPS();
#endif
if (!frameBuffer)
frameBuffer = new CFrameBuffer();