timblepaw / gens-rerecording

Automatically exported from code.google.com/p/gens-rerecording
0 stars 0 forks source link

Request: Save the lag counter #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to compare lag frames across savestate loads
without having to manually reset a counter after each load, much like how
the frame counter works. This can be achieved simply by adding the lag
counter to the savestate format.

The loading of the lag counter value could be made optional, although
actually I can't think of any circumstance where I would want to let the
lag counter accumulate across savestate boundaries as it does now. It's
easy to implement either way, but I would like confirmation as to whether
my feeling that it doesn't need to be optional is correct.

Original issue reported on code.google.com by nitsuja-@hotmail.com on 27 Jul 2008 at 6:48

GoogleCodeExporter commented 9 years ago
Err... the lag counter is already saved...
See lines 918 and 1134 of save.cpp

Original comment by Upth...@gmail.com on 27 Jul 2008 at 6:53

GoogleCodeExporter commented 9 years ago
Oops, I swear it wasn't doing that the last time I tried using the lag counter, 
but I
should have checked again.

Original comment by nitsuja-@hotmail.com on 27 Jul 2008 at 7:12

GoogleCodeExporter commented 9 years ago
It's alright. Adelikat made the same mistake
http://code.google.com/p/gens-rerecording/issues/detail?id=4&can=1

Original comment by Upth...@gmail.com on 27 Jul 2008 at 7:15