mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 23:41:19 +01:00
a16c0a6e16
Moves the codebuffer access variables closer to their first use, and gets rid of multiple indexing expressions. We already know which op we're accessing in particular, so just make a reference to it and access it instead of duplicating the expression all over the place.