Skip to content

Reimplement sprites to be rendered on a line by line basis #2

@squidboylan

Description

@squidboylan

The actual hardware that renders the sprites does so by rendering horizontal lines individually, the current implementation gets all sprite data on cycle 0 of the first line and then renders all the sprites based on that data at the beginning of v-blank. This is not technically accurate but works somewhat

Metadata

Metadata

Assignees

No one assigned

    Labels

    GPUGraphics related issuebugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions