mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-12-29 02:18:45 +00:00
Some instances were using cbuf34.offset instead of cbuf34.GetOffset(). This returned the an invalid offset. Address those instances and rename offset to "shifted_offset" to avoid future bugs.