Skip to content

Commit 6e6049b

Browse files
JoeMattclaude
andcommitted
Document frameskip test dependency on core option PR
The frameskip invariance test uses virtualjaguar_frameskip=3 which requires the frameskip core option (PR #96). Without it, both runs use default config and the test trivially passes. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 150ddff commit 6e6049b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/regression_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ done
215215
# --- Frameskip test: verify core options don't affect emulation output ---
216216
# With frameskip, video_cb receives NULL on skipped frames but the
217217
# emulation still runs identically. The last rendered frame should match.
218+
# NOTE: requires the virtualjaguar_frameskip core option (PR #96).
219+
# Without it, both runs use default config, so the test trivially passes.
218220
echo ""
219221
echo "==> Running frameskip invariance check..."
220222
for rom in "${ROM_DIR}"/*.j64 "${ROM_DIR}"/*.rom; do

0 commit comments

Comments
 (0)