forked from eden-emu/eden
hle: Implement ConvertSessionToDomain, various cleanups.
This commit is contained in:
parent
5e11c12766
commit
be299c7636
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