general: preliminary support for hbl

This commit is contained in:
Liam 2022-10-11 18:15:30 -04:00
parent 1b36505544
commit fb88548cb1
6 changed files with 124 additions and 6 deletions

View file

@ -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> {