Browse Source

audren: Lower log level for RequestUpdateImpl to Debug

nce_cpp
FearlessTobi 6 years ago
parent
commit
f1135379fd
  1. 2
      src/core/hle/service/audio/audren_u.cpp

2
src/core/hle/service/audio/audren_u.cpp

@ -92,7 +92,7 @@ private:
}
void RequestUpdateImpl(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service_Audio, "(STUBBED) called");
LOG_DEBUG(Service_Audio, "(STUBBED) called");
ctx.WriteBuffer(renderer->UpdateAudioRenderer(ctx.ReadBuffer()));
IPC::ResponseBuilder rb{ctx, 2};

Loading…
Cancel
Save