ns: rewrite IDownloadTaskInterface

This commit is contained in:
Liam 2024-02-17 12:13:03 -05:00
parent 5d58d25c06
commit 780bd3276f
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: