TASEmulators / TASEmulators/BizHawk

Rewinder - lift 16k state limit

Open
#2,306 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

App: EmuHawk Repro: Affects 2.5 dev Request: Feature/Enhancement
Dominant language
C#
Stars
2.8k
Forks
468
PR merge metrics
No merged PRs in 30d

Description

Regardless of the target frame length and buffer size, the rewinder will not store more than 16383 states. A 4GB buffer with 50KB states, both reasonable numbers, would need an 80000 state capacity, so it seems likely we'll go over this. It's not difficult to up this number, I just need some time to think about properly architecting it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the rewinder implementation and the 16,383-state limit, then determine the architecture needed to support larger capacities and define completion around storing more than 16,383 states within the configured buffer.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.