summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2020-04-30 19:39:16 +0200
committerGitHub <noreply@github.com>2020-04-30 19:39:16 +0200
commitf88d2f57396b8bceda1a07431dab31d8b2cc741d (patch)
treed2e9bdb257310e1214b9e2018b61aaa279beb5ad /src/core/hle/service/am/am.h
parentMerge pull request #3830 from ogniK5377/GetFriendInvitationStorageChannelEvent (diff)
parentam: IsVrModeEnabled & SetVrModeEnabled fixes (diff)
downloadyuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.tar
yuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.tar.gz
yuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.tar.bz2
yuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.tar.lz
yuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.tar.xz
yuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.tar.zst
yuzu-f88d2f57396b8bceda1a07431dab31d8b2cc741d.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 55afe2b63..dfa701d73 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -191,6 +191,7 @@ private:
Core::System& system;
std::shared_ptr<AppletMessageQueue> msg_queue;
+ bool vr_mode_state{};
};
class IStorageImpl {