mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-05 19:56:57 +00:00
erpt: revert GetReportSizeMax to not potentially break old firmwares
This commit is contained in:
parent
32bb6b17ab
commit
6acdc05c89
@ -101,7 +101,7 @@ namespace ams::erpt::srv {
|
|||||||
|
|
||||||
Result ManagerImpl::GetReportSizeMax(ams::sf::Out<u32> out) {
|
Result ManagerImpl::GetReportSizeMax(ams::sf::Out<u32> out) {
|
||||||
/* TODO: Where is this size defined? */
|
/* TODO: Where is this size defined? */
|
||||||
constexpr size_t ReportSizeMax = 0x35D3D;
|
constexpr size_t ReportSizeMax = 0x3FF4F;
|
||||||
*out = ReportSizeMax;
|
*out = ReportSizeMax;
|
||||||
R_SUCCEED();
|
R_SUCCEED();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user