summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorChloe Marcec <dmarcecguzman@gmail.com>2021-01-24 14:34:01 +0100
committerChloe Marcec <dmarcecguzman@gmail.com>2021-01-24 14:34:01 +0100
commit5882cc0502f48136088b955db7afd0a330254375 (patch)
treea924259df477d313052b8816582b2a2f38e6cd26 /src/core/hle/service/am/am.h
parentMerge pull request #5808 from ReinUsesLisp/glslang-quiet (diff)
downloadyuzu-5882cc0502f48136088b955db7afd0a330254375.tar
yuzu-5882cc0502f48136088b955db7afd0a330254375.tar.gz
yuzu-5882cc0502f48136088b955db7afd0a330254375.tar.bz2
yuzu-5882cc0502f48136088b955db7afd0a330254375.tar.lz
yuzu-5882cc0502f48136088b955db7afd0a330254375.tar.xz
yuzu-5882cc0502f48136088b955db7afd0a330254375.tar.zst
yuzu-5882cc0502f48136088b955db7afd0a330254375.zip
Diffstat (limited to '')
-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 f51aca1af..50737432c 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -189,6 +189,7 @@ private:
void IsVrModeEnabled(Kernel::HLERequestContext& ctx);
void SetVrModeEnabled(Kernel::HLERequestContext& ctx);
void SetLcdBacklighOffEnabled(Kernel::HLERequestContext& ctx);
+ void BeginVrModeEx(Kernel::HLERequestContext& ctx);
void EndVrModeEx(Kernel::HLERequestContext& ctx);
void GetDefaultDisplayResolution(Kernel::HLERequestContext& ctx);
void SetCpuBoostMode(Kernel::HLERequestContext& ctx);