diff --git a/libraries/libstratosphere/source/erpt/srv/erpt_srv_manager_impl.cpp b/libraries/libstratosphere/source/erpt/srv/erpt_srv_manager_impl.cpp index 62f072e86..58c053678 100644 --- a/libraries/libstratosphere/source/erpt/srv/erpt_srv_manager_impl.cpp +++ b/libraries/libstratosphere/source/erpt/srv/erpt_srv_manager_impl.cpp @@ -101,7 +101,7 @@ namespace ams::erpt::srv { Result ManagerImpl::GetReportSizeMax(ams::sf::Out out) { /* TODO: Where is this size defined? */ - constexpr size_t ReportSizeMax = 0x35D3D; + constexpr size_t ReportSizeMax = 0x3FF4F; *out = ReportSizeMax; R_SUCCEED(); }