Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggested fixs #102

Open
aayes89 opened this issue Mar 10, 2025 · 2 comments
Open

Suggested fixs #102

aayes89 opened this issue Mar 10, 2025 · 2 comments

Comments

@aayes89
Copy link

aayes89 commented Mar 10, 2025

Suggested fix for xbox.h header in blocks 243 to 263

typedef struct _XXOVERLAPPED {
    union 
    {
        struct
        {
            be<uint32_t> Error;
            be<uint32_t> Length;
        } errorLength;

        struct
        {
            uint32_t InternalLow;
            uint32_t InternalHigh;
        } internalParts;
    }data;
    uint32_t InternalContext;
    be<uint32_t> hEvent;
    be<uint32_t> pCompletionRoutine;
    be<uint32_t> dwCompletionContext;
    be<uint32_t> dwExtendedError;
} XXOVERLAPPED, *PXXOVERLAPPED;
@aayes89 aayes89 changed the title Xbox.h Suggested fixs Mar 10, 2025
@aayes89
Copy link
Author

aayes89 commented Mar 10, 2025

For xdbf.h on blocks 129 to 138:

union XDBFTitleID
{
    struct
    {
        be<uint16_t> u16;
        char u8[0x02];
    }parts;

    be<uint32_t> u32;
};

@magnetic1192
Copy link

Just use Ninja instead of Make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants