mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
ncm: update for new 17.0.0 apis
This commit is contained in:
parent
ef9b111bbf
commit
c95741142e
31 changed files with 249 additions and 7 deletions
|
@ -26,6 +26,7 @@ namespace ams::ncm {
|
|||
.content_count = src.content_count,
|
||||
.content_meta_count = src.content_meta_count,
|
||||
.attributes = src.attributes,
|
||||
.platform = src.platform,
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -42,6 +43,7 @@ namespace ams::ncm {
|
|||
.content_count = src.content_count,
|
||||
.content_meta_count = src.content_meta_count,
|
||||
.attributes = src.attributes,
|
||||
.platform = src.platform,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue