Tetrix DX: Bugged frame #59
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TismForge/IroGB#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Top scanline freaks out when entering pause menu
This was caused by bad sample timing on values that determine when the window is visible. We missed the cycle which does the sample, and because the window uses an internal LY, everything got shoved down.
Moved the sample timing from the beginning of OAM to the beginning of the scanline in this commit ->
c0a0502. Closing, because this will be PR'd and brought in soon.