mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 03:17:53 +00:00
Set: Allow setting device nickname
This commit is contained in:
parent
b50948dd06
commit
27a7d5a11a
9 changed files with 42 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue