mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:47:56 -05:00
service: use const references for input raw data
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user