diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 18:43:11 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 18:43:20 -0400 |
| commit | 038bcec11153cefd713ddb06eddcc42b0a936df2 (patch) | |
| tree | db5abfb3d9b350ce931ec89ad8722233c8534a5e /src/core/hle/service/am/applet_ae.cpp | |
| parent | ccd70819c241a84c2ec7f8ad4706b6c0e9a24347 (diff) | |
configure_debug: Move reporting option to logging
Diffstat (limited to 'src/core/hle/service/am/applet_ae.cpp')
| -rw-r--r-- | src/core/hle/service/am/applet_ae.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applet_ae.cpp b/src/core/hle/service/am/applet_ae.cpp index d04476ae0..e454b77d8 100644 --- a/src/core/hle/service/am/applet_ae.cpp +++ b/src/core/hle/service/am/applet_ae.cpp @@ -106,7 +106,7 @@ private: IPC::ResponseBuilder rb{ctx, 2, 0, 1}; rb.Push(RESULT_SUCCESS); - rb.PushIpcInterface<IApplicationFunctions>(system.FileSystemController()); + rb.PushIpcInterface<IApplicationFunctions>(system); } std::shared_ptr<NVFlinger::NVFlinger> nvflinger; |
