diff options
Diffstat (limited to 'src/emu/render.h')
-rw-r--r-- | src/emu/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/render.h b/src/emu/render.h index 623e65a56f6..c0c8faed689 100644 --- a/src/emu/render.h +++ b/src/emu/render.h @@ -1008,6 +1008,7 @@ private: INT32 m_height; // height in pixels render_bounds m_bounds; // bounds of the target bool m_keepaspect; // constrain aspect ratio + bool m_int_overscan; // allow overscan on integer scaled targets float m_pixel_aspect; // aspect ratio of individual pixels int m_scale_mode; // type of scale to apply int m_int_scale_x; // horizontal integer scale factor |