mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 17:20:51 -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.