service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Passing around a 64 byte data struct by value is kind of wasteful, instead pass a reference to the struct.
Loading
Please sign in to comment
Passing around a 64 byte data struct by value is kind of wasteful, instead pass a reference to the struct.