mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-01 18:10:47 -07: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.