Skip to content

GBA Multiboot ROMs Do Not Have BIOS Force Skipped #2753

Closed
@CasualPokePlayer

Description

@CasualPokePlayer

Buggy code is here:

bool forceSkip = gba->romVf && GBAIsMB(gba->romVf);

MB is held in gba->mbVf rather than gba->romVf, so gba->romVf will just be null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions