ams: use R_SUCCEED, R_THROW globally
This commit is contained in:
@@ -54,7 +54,7 @@ namespace ams::htclow::ctrl {
|
||||
|
||||
/* Note whether we transitioned. */
|
||||
*out_transitioned = state != old_state;
|
||||
return ResultSuccess();
|
||||
R_SUCCEED();
|
||||
}
|
||||
|
||||
bool HtcctrlStateMachine::IsInformationNeeded() {
|
||||
|
||||
Reference in New Issue
Block a user