summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2018-08-24 00:31:45 +0200
committerbunnei <bunneidev@gmail.com>2018-08-24 00:31:45 +0200
commit5049ca5d8c667ed973ad3ed83d82369243b2a16b (patch)
treefc8f62d63f32f44954594ae169778ebea59bf113 /src/core/hle/service/am/am.h
parentMerge pull request #1160 from bunnei/surface-reserve (diff)
downloadyuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar
yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.gz
yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.bz2
yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.lz
yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.xz
yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.zst
yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.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 b763aff6f..9e8bb4e43 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -116,6 +116,7 @@ private:
void GetDefaultDisplayResolutionChangeEvent(Kernel::HLERequestContext& ctx);
void GetOperationMode(Kernel::HLERequestContext& ctx);
void GetPerformanceMode(Kernel::HLERequestContext& ctx);
+ void GetBootMode(Kernel::HLERequestContext& ctx);
Kernel::SharedPtr<Kernel::Event> event;
};