Fix issues with H-Bias rendering #1

Open
SonicSwordcane wants to merge 1 commits from hbias-fix into main

Fix two bugs with H-Bias rendering:

  • Increment h-bias parameter offset by 4 instead of 2 for each row drawn (the offset is in bytes, there are 4 bytes per row's hbias data)
  • Subtract HBias parameters from mx instead of adding them. The math works out.

Tested this on the title screen of Golf to confirm it was correct

Fix two bugs with H-Bias rendering: - Increment h-bias parameter offset by 4 instead of 2 for each row drawn (the offset is in bytes, there are 4 bytes per row's hbias data) - Subtract HBias parameters from `mx` instead of adding them. The math works out. Tested this on the title screen of Golf to confirm it was correct
SonicSwordcane added 1 commit 2025-08-15 03:54:38 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b hbias-fix main
git pull origin hbias-fix

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff hbias-fix
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PVB/shrooms-vb-core#1
No description provided.