summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/service/am/frontend/applet_error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/frontend/applet_error.cpp b/src/core/hle/service/am/frontend/applet_error.cpp
index d6db345b6..b97a5f3ea 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<IStorage>(system, std::vector<u8>()));
+ PushOutData(std::make_shared<IStorage>(system, std::vector<u8>(0x1000)));
Exit();
}