ns: move IApplicationVersionInterface

This commit is contained in:
Liam 2024-02-17 11:40:54 -05:00
parent cef212f9e8
commit bd69199bdd
5 changed files with 52 additions and 31 deletions

View file

@ -32,12 +32,6 @@ private:
void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx);
};
class IApplicationVersionInterface final : public ServiceFramework<IApplicationVersionInterface> {
public:
explicit IApplicationVersionInterface(Core::System& system_);
~IApplicationVersionInterface() override;
};
class IContentManagementInterface final : public ServiceFramework<IContentManagementInterface> {
public:
explicit IContentManagementInterface(Core::System& system_);