mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-11 20:54:15 +00:00
bgtc: Update to 12.x and implement OpenTaskService
This commit is contained in:
@@ -16,6 +16,14 @@ class BGTC_T final : public ServiceFramework<BGTC_T> {
|
||||
public:
|
||||
explicit BGTC_T(Core::System& system_);
|
||||
~BGTC_T() override;
|
||||
|
||||
void OpenTaskService(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class ITaskService final : public ServiceFramework<ITaskService> {
|
||||
public:
|
||||
explicit ITaskService(Core::System& system_);
|
||||
~ITaskService() override;
|
||||
};
|
||||
|
||||
class BGTC_SC final : public ServiceFramework<BGTC_SC> {
|
||||
|
||||
Reference in New Issue
Block a user