mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 10:38:01 -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.