mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 13:18:32 -05:00
The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.