citra-qt : Adding fullscreen mode

This commit is contained in:
Yacine 2017-10-11 20:21:09 +02:00
parent 74d4050924
commit e3d9e6c802
5 changed files with 57 additions and 2 deletions

View file

@ -31,6 +31,7 @@ struct Values {
bool microprofile_visible;
bool single_window_mode;
bool fullscreen;
bool display_titlebar;
bool show_filter_bar;
bool show_status_bar;
@ -53,4 +54,5 @@ struct Values {
};
extern Values values;
}
} // namespace UISettings