diff --git a/src/core/hle/service/am/frontend/applet_error.cpp b/src/core/hle/service/am/frontend/applet_error.cpp index d6db345b6c..b97a5f3ea3 100644 --- a/src/core/hle/service/am/frontend/applet_error.cpp +++ b/src/core/hle/service/am/frontend/applet_error.cpp @@ -207,7 +207,7 @@ void Error::Execute() { void Error::DisplayCompleted() { complete = true; - PushOutData(std::make_shared(system, std::vector())); + PushOutData(std::make_shared(system, std::vector(0x1000))); Exit(); }