diff options
author | FearlessTobi <thm.frey@gmail.com> | 2019-09-26 14:54:31 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2019-09-26 14:54:31 +0200 |
commit | b89fb6e1be43f5334d9ca2f5119aaee4a43c9c5b (patch) | |
tree | 77e5b69c8953b5e8ab7e79e788490e18dc3047a4 /src/yuzu/uisettings.h | |
parent | 376f1a443216196b71d4cf88c3dcdfe2bad57802 (diff) |
yuzu: Pause when in background
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
Diffstat (limited to 'src/yuzu/uisettings.h')
-rw-r--r-- | src/yuzu/uisettings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index c57290006..84824caae 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -58,6 +58,7 @@ struct Values { bool confirm_before_closing; bool first_start; + bool pause_when_in_background; bool select_user_on_boot; |