samsungtv: revert last hasFeature change, feature kFeatureCursorHasPalette is needed

svn-id: r45881
This commit is contained in:
Paweł Kołodziejski 2009-11-13 20:51:42 +00:00
parent 1f00ac2e19
commit cb7b147881

View File

@ -33,8 +33,9 @@ OSystem_SDL_SamsungTV::OSystem_SDL_SamsungTV() : OSystem_SDL(),
bool OSystem_SDL_SamsungTV::hasFeature(Feature f) {
return
(f == kFeatureAspectRatioCorrection) ||
(f == kFeatureAutoComputeDirtyRects) ||
(f == kFeatureAspectRatioCorrection);
(f == kFeatureCursorHasPalette);
}
void OSystem_SDL_SamsungTV::setFeatureState(Feature f, bool enable) {