[nvnflinger] unstub AdjustRefcount #120
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ Result IHOSBinderDriver::GetNativeHandle(s32 binder_id, u32 type_id,
|
||||||
const auto binder = m_server->TryGetBinder(binder_id);
|
const auto binder = m_server->TryGetBinder(binder_id);
|
||||||
R_UNLESS(binder != nullptr, ResultUnknown);
|
R_UNLESS(binder != nullptr, ResultUnknown);
|
||||||
|
|
||||||
|
auto native_handle = binder->GetNativeHandle(type_id);
|
||||||
|
R_UNLESS(native_handle != nullptr, ResultUnknown);
|
||||||
|
|
||||||
*out_handle = binder->GetNativeHandle(type_id);
|
*out_handle = binder->GetNativeHandle(type_id);
|
||||||
|
|
||||||
R_SUCCEED();
|
R_SUCCEED();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue