ns: rewrite IDownloadTaskInterface

This commit is contained in:
Liam
2024-02-17 12:13:03 -05:00
parent bb59940b03
commit db172ba249
5 changed files with 62 additions and 27 deletions

View File

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