diff options
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 00531b021..39124c5fd 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -203,7 +203,7 @@ Result ServiceFrameworkBase::HandleSyncRequest(Kernel::KServerSession& session, | |||
| 203 | // If emulation was shutdown, we are closing service threads, do not write the response back to | 203 | // If emulation was shutdown, we are closing service threads, do not write the response back to |
| 204 | // memory that may be shutting down as well. | 204 | // memory that may be shutting down as well. |
| 205 | if (system.IsPoweredOn()) { | 205 | if (system.IsPoweredOn()) { |
| 206 | ctx.WriteToOutgoingCommandBuffer(ctx.GetThread()); | 206 | ctx.WriteToOutgoingCommandBuffer(); |
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | return result; | 209 | return result; |