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 71 forks source link

Move lag fix variable assignment into S9xEndScreenRefresh() where it belongs #76

Closed Brunnis closed 8 years ago

Brunnis commented 8 years ago

Just a small change to improve readability. It didn't really make sense to assign the 'finishedFrame' variable in S9xDoHEventProcessing().