fixes out_audio_controller build error
This commit is contained in:
parent
389327d3f0
commit
909a94783c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ Result IAudioController::Unknown5000(Out<SharedPointer<IAudioController>> out_au
|
||||||
LOG_DEBUG(Audio, "Creating duplicate audio controller interface");
|
LOG_DEBUG(Audio, "Creating duplicate audio controller interface");
|
||||||
|
|
||||||
// Return a new reference to this controller instance
|
// Return a new reference to this controller instance
|
||||||
*out_audio_controller = SharedFrom(this);
|
*out_audio_controller = std::static_pointer_cast<IAudioController>(shared_from_this());
|
||||||
|
|
||||||
R_SUCCEED();
|
R_SUCCEED();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue