ams: use R_SUCCEED, R_THROW globally

This commit is contained in:
Michael Scire 2022-03-26 00:14:36 -07:00
parent e5b1739f65
commit dd78ede99f
370 changed files with 2107 additions and 2107 deletions

View file

@ -50,7 +50,7 @@ namespace ams::htclow {
m_is_driver_open = true;
drv_guard.Cancel();
return ResultSuccess();
R_SUCCEED();
}
void HtclowManagerImpl::CloseDriver() {
@ -114,7 +114,7 @@ namespace ams::htclow {
/* Try to ready ourselves. */
m_ctrl_service.TryReady();
return ResultSuccess();
R_SUCCEED();
}
Result HtclowManagerImpl::ConnectEnd(impl::ChannelInternalType channel, u32 task_id) {