diff options
Diffstat (limited to 'common/util.cpp')
-rw-r--r-- | common/util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index 1f1b8a1440..3fe3db43c9 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -338,6 +338,8 @@ const struct GameOpt { { GUIO_MIDIMT32, "midiMt32" }, { GUIO_MIDIGM, "midiGM" }, + { GUIO_NOASPECT, "noAspect" }, + { GUIO_NONE, 0 } }; |