ns: move IApplicationVersionInterface

This commit is contained in:
Liam
2024-02-17 11:40:54 -05:00
parent ae114d2fa1
commit 12926eb5db
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_);