From e7664b7a4fe1035bc3c9afb51254bfff1f25654a Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sat, 11 Apr 2020 04:22:50 +0200 Subject: yuzu: Option to hide mouse on inactivity Co-Authored-By: Vitor K --- src/yuzu/uisettings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/yuzu/uisettings.h') diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index a675ecf4d..830932d45 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -59,6 +59,7 @@ struct Values { bool confirm_before_closing; bool first_start; bool pause_when_in_background; + bool hide_mouse; bool select_user_on_boot; -- cgit v1.2.3