mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
erpt: update for 11.0.0 (closes #1218)
This commit is contained in:
parent
bba99d49da
commit
6da28f4a27
24 changed files with 438 additions and 146 deletions
|
@ -46,7 +46,7 @@ namespace ams::erpt::srv {
|
|||
Result WriteStream(const u8 *src, u32 src_size);
|
||||
void CloseStream();
|
||||
|
||||
Result GetStreamSize(s64 *out);
|
||||
Result GetStreamSize(s64 *out) const;
|
||||
private:
|
||||
Result Flush();
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue