mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
Removed obsolete FIXME.
svn-id: r38380
This commit is contained in:
parent
9c8b1acf6b
commit
0d927db838
@ -213,10 +213,6 @@ VectorRenderer *createRenderer(int mode) {
|
||||
Graphics::PixelFormat format = createPixelFormat<VECTOR_RENDERER_FORMAT>();
|
||||
return new VectorRendererSpec<uint16>(format);
|
||||
#else
|
||||
// FIXME/TODO: This looks like a real gross hack.
|
||||
// It might be fine to assume that '1555' only happens for PSP
|
||||
// so it could maybe be handled via DISABLE_FANCY_THEMES,
|
||||
// same goes for 4444, which is only used by DC port.
|
||||
PixelFormat format = g_system->getOverlayFormat();
|
||||
switch (mode) {
|
||||
case GUI::ThemeEngine::kGfxStandard16bit:
|
||||
|
Loading…
Reference in New Issue
Block a user