Skip to content

Wrong encoding for s_ScePadContainerIdInfo #3

Description

@Kaldaien

The character array in s_ScePadContainerIdInfo is UTF-16, not UTF-8.

duaLib/src/include/duaLib.h

Lines 294 to 299 in 03bad1b

#pragma pack(push, 1)
struct s_ScePadContainerIdInfo {
uint32_t size;
char id[0x2000]; // UTF-8 string
};
#pragma pack(pop)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions