mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
PSP2: Fix warning
This commit is contained in:
parent
6790855916
commit
68e700ea54
@ -142,8 +142,10 @@ void OSystem_PSP2::setFeatureState(Feature f, bool enable) {
|
||||
case kFeatureTouchpadMode:
|
||||
ConfMan.setBool("touchpad_mouse_mode", enable);
|
||||
break;
|
||||
default:
|
||||
OSystem_SDL::setFeatureState(f, enable);
|
||||
break;
|
||||
}
|
||||
OSystem_SDL::setFeatureState(f, enable);
|
||||
}
|
||||
|
||||
bool OSystem_PSP2::getFeatureState(Feature f) {
|
||||
|
Loading…
Reference in New Issue
Block a user