summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-17 06:18:35 +0200
committerGitHub <noreply@github.com>2018-08-17 06:18:35 +0200
commit224be09d662b0c744850637a34b76b689a28c88b (patch)
tree7f9e915d269d21484bdcb791f7b08ca29767ed8e /src/core/hle/service/am/am.h
parentMerge pull request #1019 from Subv/vertex_divisor (diff)
parentcorrect coding style (diff)
downloadyuzu-224be09d662b0c744850637a34b76b689a28c88b.tar
yuzu-224be09d662b0c744850637a34b76b689a28c88b.tar.gz
yuzu-224be09d662b0c744850637a34b76b689a28c88b.tar.bz2
yuzu-224be09d662b0c744850637a34b76b689a28c88b.tar.lz
yuzu-224be09d662b0c744850637a34b76b689a28c88b.tar.xz
yuzu-224be09d662b0c744850637a34b76b689a28c88b.tar.zst
yuzu-224be09d662b0c744850637a34b76b689a28c88b.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 862f338ac..5de1857d8 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -110,6 +110,7 @@ private:
void GetEventHandle(Kernel::HLERequestContext& ctx);
void ReceiveMessage(Kernel::HLERequestContext& ctx);
void GetCurrentFocusState(Kernel::HLERequestContext& ctx);
+ void GetDefaultDisplayResolutionChangeEvent(Kernel::HLERequestContext& ctx);
void GetOperationMode(Kernel::HLERequestContext& ctx);
void GetPerformanceMode(Kernel::HLERequestContext& ctx);