fb_accel: Rename CFbAccelCSApollo class => CFbAccelCSHD2

Rename fb_accel_cs_apollo.cpp => fb_accel_cs_hd2.cpp
This commit is contained in:
M. Liebmann
2017-02-08 12:33:45 +01:00
parent 58bd8a4a63
commit a4afe1e8e0
4 changed files with 22 additions and 21 deletions

View File

@@ -124,11 +124,12 @@ CFrameBuffer* CFrameBuffer::getInstance()
frameBuffer = new CFbAccelSTi();
#endif
#if HAVE_COOL_HARDWARE
#ifdef BOXMODEL_APOLLO
frameBuffer = new CFbAccelCSApollo();
#else
#ifdef BOXMODEL_NEVIS
frameBuffer = new CFbAccelCSHD1();
#endif
#ifdef BOXMODEL_APOLLO
frameBuffer = new CFbAccelCSHD2();
#endif
#endif
#if HAVE_GENERIC_HARDWARE
frameBuffer = new CFbAccelGLFB();