Skip to content

Build error on aarch64 (Raspberry pi 5 OS) caused by Thwomp.cpp #575

@retropieuser

Description

@retropieuser

s16 D_800E597C[] = { 0x0000, 0x0000, 0x4000, 0x8000, 0x8000, 0xc000 };

The line here is

s16 D_800E597C[] = { 0x0000, 0x0000, 0x4000, 0x8000, 0x8000, 0xc000 };

But according to the error and a bit of vibe coding it suggests u16 is the required command

u16 D_800E597C[] = { 0x0000, 0x0000, 0x4000, 0x8000, 0x8000, 0xC000 };

Can someone check and verify please?

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