diff options
Diffstat (limited to 'src/render/sdl2softwaregraphics.h')
-rw-r--r-- | src/render/sdl2softwaregraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 295118067..3ac6cb212 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -129,6 +129,7 @@ class SDL2SoftwareGraphics final : public Graphics void drawLine(int x1, int y1, int x2, int y2) override final; bool setVideoMode(const int w, const int h, + const int scale, const int bpp, const bool fs, const bool hwaccel, |