erpt: update for 11.0.0 (closes #1218)

This commit is contained in:
Michael Scire 2020-12-03 11:13:35 -08:00
parent bba99d49da
commit 6da28f4a27
24 changed files with 438 additions and 146 deletions

View file

@ -173,7 +173,7 @@ namespace ams::erpt::srv {
}
}
Result Stream::GetStreamSize(s64 *out) {
Result Stream::GetStreamSize(s64 *out) const {
return GetStreamSize(out, this->file_name);
}