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