citra-qt : Adding fullscreen mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user