ams: use R_SUCCEED, R_THROW globally
This commit is contained in:
@@ -110,7 +110,7 @@ namespace ams::fssystem {
|
||||
|
||||
/* Return the allocated object. */
|
||||
*out = std::move(p);
|
||||
return ResultSuccess();
|
||||
R_SUCCEED();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user