strat: use sf::NativeHandle for ipc templating
This commit is contained in:
@@ -65,7 +65,7 @@ namespace ams::sprofile::srv {
|
||||
}
|
||||
|
||||
Result GetEventHandle(sf::OutCopyHandle out) {
|
||||
out.SetValue(m_event.GetReadableHandle());
|
||||
out.SetValue(m_event.GetReadableHandle(), false);
|
||||
return ResultSuccess();
|
||||
}
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user