mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 18:20:20 +00:00

GetAmiiboBuffer() returns by const reference, so we can use a reference instead of taking the returned buffer by value.
GetAmiiboBuffer() returns by const reference, so we can use a reference instead of taking the returned buffer by value.