mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 20:28:33 -05:00
Merge yuzu-emu#13115
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user