devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

Add missing OSContext fields from Diibugger #92

Closed BullyWiiPlaza closed 5 years ago

exjam commented 5 years ago

When modifying structures please ensure to update the WUT_CHECK_OFFSETS below it - this makes sure the compiler outputs what we want :).

WUT_CHECK_OFFSET(OSContext, 0xA0, dsisr);
WUT_CHECK_OFFSET(OSContext, 0xA4, dar);