diff options
Diffstat (limited to 'common/gui_options.cpp')
-rw-r--r-- | common/gui_options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gui_options.cpp b/common/gui_options.cpp index 473f78c795..df880f4fee 100644 --- a/common/gui_options.cpp +++ b/common/gui_options.cpp @@ -74,6 +74,7 @@ const struct GameOpt { { GUIO_GAMEOPTIONS6, "gameOption6" }, { GUIO_GAMEOPTIONS7, "gameOption7" }, { GUIO_GAMEOPTIONS8, "gameOption8" }, + { GUIO_GAMEOPTIONS9, "gameOption9" }, { GUIO_NONE, 0 } }; |