diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index ecf0d4c05c..357a512d68 100644 --- a/common/system.h +++ b/common/system.h @@ -95,7 +95,8 @@ public: PROP_GET_FULLSCREEN = 7, PROP_GET_FMOPL_ENV_BITS = 8, PROP_GET_FMOPL_EG_ENT = 9, - PROP_TOGGLE_ASPECT_RATIO = 10 + PROP_TOGGLE_ASPECT_RATIO = 10, + PROP_WANT_RECT_OPTIM = 11 }; union Property { const char *caption; |