diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2022-10-14 17:30:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 17:30:11 -0400 |
| commit | 1d3810971453df275ccd0fcdfb9c480a070c30c3 (patch) | |
| tree | d55dcc3f619ea075f55b4085648ffafb7717eed9 /src/core/hle/service/ns/ns.h | |
| parent | 6a9bbb012830d440f049667977c91e14bb925ac8 (diff) | |
| parent | 61a8696510b3bca120f1f0289a3829e3db14834e (diff) | |
Merge pull request #9055 from liamwhite/hbl
Preliminary support for nx-hbloader
Diffstat (limited to 'src/core/hle/service/ns/ns.h')
| -rw-r--r-- | src/core/hle/service/ns/ns.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h index 4dc191518..9c18e935c 100644 --- a/src/core/hle/service/ns/ns.h +++ b/src/core/hle/service/ns/ns.h @@ -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> { |
