strat: use sf::NativeHandle for ipc templating
This commit is contained in:
@@ -66,7 +66,7 @@ namespace ams::pgl::srv {
|
||||
}
|
||||
|
||||
Result ShellEventObserverCmif::GetProcessEventHandle(ams::sf::OutCopyHandle out) {
|
||||
out.SetValue(this->GetEvent().GetReadableHandle());
|
||||
out.SetValue(this->GetEvent().GetReadableHandle(), false);
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user