summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-09-18 17:10:16 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-09-18 17:10:16 +0200
commit1a2d33eeb40701e5b9e790783755f5a5aa225fa1 (patch)
tree97945758873ec01ee7f0664e69bf0dfde83b3e5c /src/core/hle/service/am/am.h
parentMerge pull request #1290 from FernandoS27/shader-header (diff)
downloadyuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.tar
yuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.tar.gz
yuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.tar.bz2
yuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.tar.lz
yuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.tar.xz
yuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.tar.zst
yuzu-1a2d33eeb40701e5b9e790783755f5a5aa225fa1.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 fd9ae296b..b39b0d838 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -123,6 +123,7 @@ private:
void GetOperationMode(Kernel::HLERequestContext& ctx);
void GetPerformanceMode(Kernel::HLERequestContext& ctx);
void GetBootMode(Kernel::HLERequestContext& ctx);
+ void GetDefaultDisplayResolution(Kernel::HLERequestContext& ctx);
Kernel::SharedPtr<Kernel::Event> event;
};