aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set/set.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-16 14:05:00 -0500
committerGitHub <noreply@github.com>2022-12-16 14:05:00 -0500
commitbbb202ceedf8c4054f6a602ad572ba8df33e315d (patch)
tree8b51f7711e7b698ca712c24b854f88a0022e1d9c /src/core/hle/service/set/set.h
parent789da737afe8e3b242d8adffb1444a663a78117d (diff)
parentc5f519e1e4d850ed582b073aff94cbf511f6b931 (diff)
Merge pull request #6354 from ogniK5377/device-name
Set: Allow setting device nickname
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