a65090482 / vba-rerecording

Automatically exported from code.google.com/p/vba-rerecording
GNU General Public License v2.0
0 stars 0 forks source link

Difference of reset timing between movie play and movie recording (desync issue) #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is the same issue as snes9x had in old days.
While movie play, reset is called by read_frame_controller_data().
While movie record, reset is called when user selects Reset from menu.
A desync possibly occurs when you try to record/play reset.

Original issue reported on code.google.com by gochaism on 23 Sep 2009 at 10:05

GoogleCodeExporter commented 9 years ago
Revision 157 should fix the issue.

Original comment by gochaism on 8 Oct 2009 at 1:26