Merge yuzu-emu#13115

This commit is contained in:
yuzubot
2024-02-23 15:37:53 +00:00
parent 97626e84f9
commit d67ab23ba3
25 changed files with 1187 additions and 828 deletions

View File

@ -3,19 +3,12 @@
#pragma once
#include "core/hle/service/pctl/pctl_module.h"
namespace Core {
class System;
}
namespace Service::PCTL {
class PCTL final : public Module::Interface {
public:
explicit PCTL(Core::System& system_, std::shared_ptr<Module> module_, const char* name,
Capability capability_);
~PCTL() override;
};
void LoopProcess(Core::System& system);
} // namespace Service::PCTL