mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
samsungtv: revert last hasFeature change, feature kFeatureCursorHasPalette is needed
svn-id: r45881
This commit is contained in:
parent
1f00ac2e19
commit
cb7b147881
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user