diff --git a/src/core/hle/service/am/service/self_controller.cpp b/src/core/hle/service/am/service/self_controller.cpp index 1f8215149..caca02411 100644 --- a/src/core/hle/service/am/service/self_controller.cpp +++ b/src/core/hle/service/am/service/self_controller.cpp @@ -262,8 +262,8 @@ Result ISelfController::CreateManagedDisplayLayer(Out out_layer_id) { } Result ISelfController::CreateManagedDisplaySeparableLayer(Out out_layer_id, - Out out_recording_layer_id) { - LOG_WARNING(Service_AM, "(STUBBED) called"); + Out out_recording_layer_id) { + LOG_DEBUG(Service_AM, "called"); std::scoped_lock lk{m_applet->lock}; R_RETURN(m_applet->display_layer_manager.CreateManagedDisplaySeparableLayer(