mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 22:05:47 +00:00
controller: Implement DuplicateSession.
This commit is contained in:
parent
dcdaac8a0b
commit
30e98fae3f
2 changed files with 11 additions and 9 deletions
|
@ -16,6 +16,7 @@ public:
|
|||
|
||||
private:
|
||||
void ConvertSessionToDomain(Kernel::HLERequestContext& ctx);
|
||||
void DuplicateSession(Kernel::HLERequestContext& ctx);
|
||||
void QueryPointerBufferSize(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue