mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-05 20:19:13 +00:00
service: move hle_ipc from kernel
This commit is contained in:
@@ -17,8 +17,8 @@ public:
|
||||
~NVMEMP() override;
|
||||
|
||||
private:
|
||||
void Open(Kernel::HLERequestContext& ctx);
|
||||
void GetAruid(Kernel::HLERequestContext& ctx);
|
||||
void Open(HLERequestContext& ctx);
|
||||
void GetAruid(HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
} // namespace Service::Nvidia
|
||||
|
||||
Reference in New Issue
Block a user