service: use const references for input raw data
This commit is contained in:
parent
3212bf5294
commit
35e3c68028
31 changed files with 100 additions and 91 deletions
|
@ -189,7 +189,7 @@ private:
|
|||
R_RETURN(manager->Move(metadata, new_index, create_id));
|
||||
}
|
||||
|
||||
Result AddOrReplace(StoreData& store_data) {
|
||||
Result AddOrReplace(const StoreData& store_data) {
|
||||
LOG_INFO(Service_Mii, "called");
|
||||
R_UNLESS(is_system, ResultPermissionDenied);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue