ams: use R_SUCCEED, R_THROW globally
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ams::ddsf {
|
||||
|
||||
/* We succeeded. */
|
||||
session_guard.Cancel();
|
||||
return ResultSuccess();
|
||||
R_SUCCEED();
|
||||
}
|
||||
|
||||
void CloseSession(ISession *session) {
|
||||
|
||||
Reference in New Issue
Block a user