mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-30 19:34:03 -07:00
Regular value initialization is adequate here for zeroing out data. It also has the benefit of not invoking undefined behavior if a non-trivial type is ever added to the struct for whatever reason.