forked from eden-emu/eden
ns: rewrite IReadOnlyApplicationControlDataInterface
This commit is contained in:
parent
8da1202195
commit
2c11c1e0b1
6 changed files with 160 additions and 55 deletions
|
@ -32,16 +32,6 @@ private:
|
|||
void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class IReadOnlyApplicationControlDataInterface final
|
||||
: public ServiceFramework<IReadOnlyApplicationControlDataInterface> {
|
||||
public:
|
||||
explicit IReadOnlyApplicationControlDataInterface(Core::System& system_);
|
||||
~IReadOnlyApplicationControlDataInterface() override;
|
||||
|
||||
private:
|
||||
void GetApplicationControlData(HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class NS final : public ServiceFramework<NS> {
|
||||
public:
|
||||
explicit NS(const char* name, Core::System& system_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue