revert accidental change that contradicts comment and somehow snuck in when updating said comment

This commit is contained in:
SuuperW 2025-06-21 20:10:40 -05:00
parent b9d78a6046
commit 131f16796d
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ namespace BizHawk.Client.Common
{
// There is no future state, so there is no gap between states for us to measure.
// We're probably unreserving for a marker removal. Allow it to be removed, so we don't pollute _reserved.
return true;
return false;
}
if (index <= 1)
// index == 0 should not be possible. (It's the index of the state after the given frame.)