mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
BACKENDS: Undo some formatting-only changes.
This commit is contained in:
parent
6c8ceeae25
commit
ee758dee53
@ -89,8 +89,7 @@ OSystem_SDL::OSystem_SDL()
|
||||
_logger(nullptr),
|
||||
_eventSource(nullptr),
|
||||
_eventSourceWrapper(nullptr),
|
||||
_window(nullptr)
|
||||
{
|
||||
_window(nullptr) {
|
||||
}
|
||||
|
||||
OSystem_SDL::~OSystem_SDL() {
|
||||
@ -189,7 +188,6 @@ bool OSystem_SDL::hasFeature(Feature f) {
|
||||
if (f == kFeatureOpenGLForGame) return true;
|
||||
if (f == kFeatureShadersForGame) return _supportsShaders;
|
||||
#endif
|
||||
|
||||
return ModularGraphicsBackend::hasFeature(f);
|
||||
}
|
||||
|
||||
|
@ -548,7 +548,7 @@ public:
|
||||
/**
|
||||
* For platforms that should not have a Quit button.
|
||||
*/
|
||||
kFeatureNoQuit,
|
||||
kFeatureNoQuit
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user