scummvm/backends
Thierry Crozat 1e51093102 Revert "OPENGL: Fix aspect ratio bug when switching render"
This reverts commit 8af0b8baa5.

That commit introduced a regression causing toggling the
aspect ratio correction using the hotkey to be ignored. And
I checked that reverting the commit did not reintroduced the
bug that it was supposed to fix. However since commit ceca0b5ae
the window size in OpenGL mode no longer depends on whether
the Aspect Ratio correction is enabled or not.
2021-06-02 21:50:18 +01:00
..
audiocd JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
cloud JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
dialogs JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
events JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
fs JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
graphics Revert "OPENGL: Fix aspect ratio bug when switching render" 2021-06-02 21:50:18 +01:00
graphics3d/openglsdl SWITCH: Fix wrong zoom in 3D games 2021-04-21 14:14:51 -05:00
keymapper JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
log JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
midi MSVC: Add compiler printf validation 2021-06-02 08:35:31 +03:00
mixer BACKENDS: fixed mismatched new[] vs delete call in NullMixerManager 2021-02-20 22:37:19 +01:00
mutex ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
networking JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
platform DOCS,TRAVIS: Change IRC links to libera.chat 2021-05-27 22:47:32 +03:00
plugins JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
presence/discord ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
saves WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
taskbar JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
text-to-speech JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
timer ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
updates JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
vkeybd JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
base-backend.cpp BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +02:00
base-backend.h BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +02:00
modular-backend.cpp SDL: Refactor OpenGLSdlGraphics3dManager to inherit from SdlGraphicsManager 2021-04-17 20:32:27 +02:00
modular-backend.h COMMON: Remove resetGraphicsScale from OSystem 2020-11-12 21:05:36 +00:00
module.mk SDL: Refactor OpenGLSdlGraphics3dManager to inherit from SdlGraphicsManager 2021-04-17 20:32:27 +02:00