ncm: GetContentAccessibilities, GetContentInfo*
This commit is contained in:
@@ -40,6 +40,10 @@ namespace ams::ncm {
|
||||
return this->info.GetId();
|
||||
}
|
||||
|
||||
constexpr fs::ContentAttributes GetContentAttributes() const {
|
||||
return this->info.GetContentAttributes();
|
||||
}
|
||||
|
||||
constexpr ContentType GetType() const {
|
||||
return this->info.GetType();
|
||||
}
|
||||
@@ -72,6 +76,10 @@ namespace ams::ncm {
|
||||
return this->info.GetSize();
|
||||
}
|
||||
|
||||
constexpr fs::ContentAttributes GetContentAttributes() const {
|
||||
return this->info.GetContentAttributes();
|
||||
}
|
||||
|
||||
constexpr ContentType GetType() const {
|
||||
return this->info.GetType();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user