mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-11 18:44:15 +00:00
service: move hle_ipc from kernel
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
explicit BGTC_T(Core::System& system_);
|
||||
~BGTC_T() override;
|
||||
|
||||
void OpenTaskService(Kernel::HLERequestContext& ctx);
|
||||
void OpenTaskService(HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class ITaskService final : public ServiceFramework<ITaskService> {
|
||||
|
||||
Reference in New Issue
Block a user