mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 04:18:14 -05:00
hle: Implement ConvertSessionToDomain, various cleanups.
This commit is contained in:
@ -15,6 +15,7 @@ public:
|
||||
~Controller();
|
||||
|
||||
private:
|
||||
void ConvertSessionToDomain(Kernel::HLERequestContext& ctx);
|
||||
void QueryPointerBufferSize(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user