strat: use sf::NativeHandle for ipc templating
This commit is contained in:
@@ -57,7 +57,7 @@ namespace ams::spl {
|
||||
}
|
||||
|
||||
Result CryptoService::GetAesKeySlotAvailableEvent(sf::OutCopyHandle out_hnd) {
|
||||
out_hnd.SetValue(impl::GetAesKeySlotAvailableEventHandle());
|
||||
out_hnd.SetValue(impl::GetAesKeySlotAvailableEventHandle(), false);
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user