diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index 02930a4756..9672252deb 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -33,6 +33,9 @@ // Uncomment this to enable the 'on screen display' code. #define USE_OSD 1 +// Uncomment this to enable all aspect ratio corrections (Will include 16/9 and 16/10) +//#define USE_ALL_ASR 1 + namespace OpenGL { // The OpenGL GFX modes. They have to be inside the OpenGL namespace so they // do not clash with the SDL GFX modes. |