summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorDzmitry Dubrova <dimaxdqwerty@gmail.com>2023-10-31 13:45:11 +0100
committerDzmitry Dubrova <dimaxdqwerty@gmail.com>2023-10-31 19:14:37 +0100
commit361dbdddcc001937d4ece558ce3aa8701180d11f (patch)
tree31356278ff78aeea10604bb888703703c823cfdf /src/core/hle/service/am/am.h
parentMerge pull request #11922 from t895/simplify-card-layout (diff)
downloadyuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.tar
yuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.tar.gz
yuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.tar.bz2
yuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.tar.lz
yuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.tar.xz
yuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.tar.zst
yuzu-361dbdddcc001937d4ece558ce3aa8701180d11f.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 64b3f3fe2..8f8cb8a9e 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -347,11 +347,14 @@ private:
void GetLibraryAppletInfo(HLERequestContext& ctx);
void ExitProcessAndReturn(HLERequestContext& ctx);
void GetCallerAppletIdentityInfo(HLERequestContext& ctx);
+ void GetDesirableKeyboardLayout(HLERequestContext& ctx);
void GetMainAppletAvailableUsers(HLERequestContext& ctx);
+ void ShouldSetGpuTimeSliceManually(HLERequestContext& ctx);
void PushInShowAlbum();
void PushInShowCabinetData();
void PushInShowMiiEditData();
+ void PushInShowSoftwareKeyboard();
std::deque<std::vector<u8>> queue_data;
};