-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Total input counter is not updated upon loading state (input recording) #8128
Comments
is this still an issue on latest nightly ? |
It still does. Whenever I load a savestate, the second number after the slash symbol isn't updated, not to mention there is another issue where input recordings always start with 1/0 instead of 0/0. |
At the very least, I've fixed this issue. The internal counter is correct, but the value we display for the current count in ImgGuiOverlays.cpp is the current value + 1, thus it results in "n+1/n (n)" being displayed. |
After going way too deep into this rabbit hole, I believe I've fully resolved this with #10793. |
Describe the Bug
Normally, when one loads a state during an input recording, the total input counter (which is shown next to the current inputs played) is updated, but in PCSX2 this is not the case. For example, your input recording has 35000 frames processed, but during recording or after toggling read+write mode and you decide to load a state to undo your mistakes, that total counter still remains at 35000 and not a previous value that matches with the last savestate you did.
Personal thought: I don't know if this is one of the main causes of general desyncs aside from the lack of a custom RTC setting like Dolphin does.
Reproduction Steps
Expected Behavior
The total input counter must be updated after loading a state during input recording, e.g.
Frames before the loadstate: 25001/25000 (dunno why this offset).
Frames after the loadstate: let's say 22500/22500 and not 22500/25000 as it's currently happening.
PCSX2 Revision
v1.7.4065
Operating System
Windows 10 (64bit)
If Linux - Specify Distro
No response
The text was updated successfully, but these errors were encountered: