mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
SDL: Removed invalid override from getGraphicsScalerProc()
This commit is contained in:
parent
9b6461122e
commit
30234728d6
@ -189,7 +189,7 @@ protected:
|
||||
virtual void handleResizeImpl(const int width, const int height) override;
|
||||
|
||||
virtual int getGraphicsModeScale(int mode) const override;
|
||||
virtual ScalerProc *getGraphicsScalerProc(int mode) const override;
|
||||
virtual ScalerProc *getGraphicsScalerProc(int mode) const;
|
||||
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
/* SDL2 features a different API for 2D graphics. We create a wrapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user