summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-27 00:01:01 +0100
committerGitHub <noreply@github.com>2021-01-27 00:01:01 +0100
commit09b6f0359260874cb3c42d983183745a205b18ab (patch)
tree7e135363cd45d4445b90c5475bf44d6422fd8c34 /src/core/hle/service/am/am.h
parentMerge pull request #5824 from ogniK5377/IPsmSession (diff)
parenthle: Implement remaining services for Stereo Vision (diff)
downloadyuzu-09b6f0359260874cb3c42d983183745a205b18ab.tar
yuzu-09b6f0359260874cb3c42d983183745a205b18ab.tar.gz
yuzu-09b6f0359260874cb3c42d983183745a205b18ab.tar.bz2
yuzu-09b6f0359260874cb3c42d983183745a205b18ab.tar.lz
yuzu-09b6f0359260874cb3c42d983183745a205b18ab.tar.xz
yuzu-09b6f0359260874cb3c42d983183745a205b18ab.tar.zst
yuzu-09b6f0359260874cb3c42d983183745a205b18ab.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 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);