diff options
author | Thierry Crozat | 2018-07-01 23:57:00 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-07-08 16:54:51 +0100 |
commit | 89f1b1c96eaa8cbb4f4938bd6524cab6c15227c1 (patch) | |
tree | d3fb95fd998ec656b4493fc2d685045881a5f979 /common | |
parent | adacb4fcfd743aa3980b3e08c62578f32de2d0b3 (diff) | |
download | scummvm-rg350-89f1b1c96eaa8cbb4f4938bd6524cab6c15227c1.tar.gz scummvm-rg350-89f1b1c96eaa8cbb4f4938bd6524cab6c15227c1.tar.bz2 scummvm-rg350-89f1b1c96eaa8cbb4f4938bd6524cab6c15227c1.zip |
GUI: Add Stretch Mode selection in Options dialog
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index 158e75c643..7caf73a8a2 100644 --- a/common/system.h +++ b/common/system.h @@ -263,6 +263,11 @@ public: kFeatureFilteringMode, /** + * Indicate if stretch modes are supported by the backend. + */ + kFeatureStretchMode, + + /** * Determine whether a virtual keyboard is too be shown or not. * This would mostly be implemented by backends for hand held devices, * like PocketPC, Palms, Symbian phones like the P800, Zaurus, etc. |