summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-16 20:05:00 +0100
committerGitHub <noreply@github.com>2022-12-16 20:05:00 +0100
commitbbb202ceedf8c4054f6a602ad572ba8df33e315d (patch)
tree8b51f7711e7b698ca712c24b854f88a0022e1d9c /src/core/hle/service/set/set.h
parentMerge pull request #9450 from ameerj/hle-ipc-vector-reserve (diff)
parentSet: Allow setting device nickname (diff)
downloadyuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.gz
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.bz2
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.lz
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.xz
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.zst
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.zip
Diffstat (limited to 'src/core/hle/service/set/set.h')
-rw-r--r--src/core/hle/service/set/set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/set/set.h b/src/core/hle/service/set/set.h
index 60cad3e6f..375975711 100644
--- a/src/core/hle/service/set/set.h
+++ b/src/core/hle/service/set/set.h
@@ -50,6 +50,7 @@ private:
void GetRegionCode(Kernel::HLERequestContext& ctx);
void GetKeyCodeMap(Kernel::HLERequestContext& ctx);
void GetKeyCodeMap2(Kernel::HLERequestContext& ctx);
+ void GetDeviceNickName(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Set