general: preliminary support for hbl
This commit is contained in:
parent
133a68ee9b
commit
6bcd676b61
6 changed files with 124 additions and 6 deletions
|
@ -78,6 +78,9 @@ class IReadOnlyApplicationControlDataInterface final
|
|||
public:
|
||||
explicit IReadOnlyApplicationControlDataInterface(Core::System& system_);
|
||||
~IReadOnlyApplicationControlDataInterface() override;
|
||||
|
||||
private:
|
||||
void GetApplicationControlData(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class NS final : public ServiceFramework<NS> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue