mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-30 00:15:49 -08:00
The puller register array is made up of u32s however the `NUM_REGS` value is the size in bytes, so switch it to avoid making the struct unnecessary large. Also fix a small typo in a comment.