nfp: Eliminate two unnecessary copies
GetAmiiboBuffer() returns by const reference, so we can use a reference instead of taking the returned buffer by value.
Please register or sign in to comment
GetAmiiboBuffer() returns by const reference, so we can use a reference instead of taking the returned buffer by value.