diff options
| -rw-r--r-- | src/core/hle/service/am/frontend/applet_error.cpp | 2 |
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() { | |||
| 207 | 207 | ||
| 208 | void Error::DisplayCompleted() { | 208 | void Error::DisplayCompleted() { |
| 209 | complete = true; | 209 | complete = true; |
| 210 | PushOutData(std::make_shared<IStorage>(system, std::vector<u8>())); | 210 | PushOutData(std::make_shared<IStorage>(system, std::vector<u8>(0x1000))); |
| 211 | Exit(); | 211 | Exit(); |
| 212 | } | 212 | } |
| 213 | 213 | ||