libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
98 stars 70 forks source link

Microoptimisations #156

Closed jSTE0 closed 2 years ago

jSTE0 commented 2 years ago

A few microoptimisations noticed during code inspection, merged upstream in snes9xgit/snes9x#735. I've opted to only fix the assignment of Op11Xr in patch 2 instead of wholesale replacement with {READ,WRITE}_WORD to minimise code churn.