Skip to content

Commit

Permalink
add comment about why jack hack is fine
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Dec 17, 2024
1 parent 4a39441 commit 3a7eaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/3ds/drc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@ static int drc_translateBlock(void) {
// We've already added 4, so 20 remain.
// The result seems to roughly line up in audio recordings,
// though it's not exact.
// Adding 20 cycles to every branch before the cache is turned on
// will not affect any runtime code other than the spinloop.
if (is_jack_bros && !chcw_load_seen) {
cycles += 20;
}
Expand Down

0 comments on commit 3a7eaba

Please sign in to comment.