mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 22:05:47 +00:00
hle: Implement ConvertSessionToDomain, various cleanups.
This commit is contained in:
parent
746c2a3ae7
commit
4fb1b24d68
10 changed files with 82 additions and 33 deletions
|
@ -15,6 +15,7 @@ public:
|
|||
~Controller();
|
||||
|
||||
private:
|
||||
void ConvertSessionToDomain(Kernel::HLERequestContext& ctx);
|
||||
void QueryPointerBufferSize(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue