mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 16:17:58 -05:00
ns: move IApplicationVersionInterface
This commit is contained in:
@ -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_);
|
||||
|
Reference in New Issue
Block a user