mirror of
https://github.com/zeldaret/ss
synced 2026-07-08 22:04:41 -04:00
Fix align
This commit is contained in:
@@ -29184,8 +29184,11 @@ gRMO_Ntsc_640x456IntDf_4x3__22@unnamed@eggVideo_cpp@ = .rodata:0x804FB9BC; // ty
|
||||
renderModes__3EGG = .rodata:0x804FB9F8; // type:object size:0x28 scope:local
|
||||
@4804 = .rodata:0x804FBA20; // type:object size:0x10 scope:local data:4byte
|
||||
copyArg2__3EGG = .rodata:0x804FBA30; // type:object size:0x18 scope:local
|
||||
sVtxTypes__3EGG = .rodata:0x804FBA60; // type:object size:0x10 align:32
|
||||
lbl_804FBA70 = .rodata:0x804FBA70; // type:object size:0xC8
|
||||
sVtxTypes__3EGG = .rodata:0x804FBA60; // type:object size:0x10
|
||||
@LOCAL@SetVtxState__Q23EGG6DrawGXFQ33EGG6DrawGX7VtxType@sVtxDataType0 = .rodata:0x804FBA80; // type:object size:0x30 align:32
|
||||
@LOCAL@SetVtxState__Q23EGG6DrawGXFQ33EGG6DrawGX7VtxType@sNrmDataType0@0 = .rodata:0x804FBAC0; // type:object size:0x24 align:32
|
||||
@LOCAL@SetVtxState__Q23EGG6DrawGXFQ33EGG6DrawGX7VtxType@sVtxDataType7@1 = .rodata:0x804FBB00; // type:object size:0x10 align:32
|
||||
@LOCAL@SetVtxState__Q23EGG6DrawGXFQ33EGG6DrawGX7VtxType@sVtxDataType9@4 = .rodata:0x804FBB20; // type:object size:0x18 align:32
|
||||
s_ZMode__Q23EGG6DrawGX = .rodata:0x804FBB38; // type:object size:0x30
|
||||
s_Blend__Q23EGG6DrawGX = .rodata:0x804FBB68; // type:object size:0xF0
|
||||
lbl_804FBC58 = .rodata:0x804FBC58; // type:object size:0x18
|
||||
|
||||
@@ -192,7 +192,7 @@ void DrawGX::BeginDrawQuad(ColorChannel chan, ZMode zMode, Blend blendMode, bool
|
||||
SetVtxState(b1 ? VTX_TYPE_7 : VTX_TYPE_8);
|
||||
}
|
||||
|
||||
static const DrawGX::VtxType ALIGN_DECL(32) sVtxTypes[2][2] = {
|
||||
static const DrawGX::VtxType sVtxTypes[2][2] = {
|
||||
{DrawGX::VTX_TYPE_10, DrawGX::VTX_TYPE_12},
|
||||
{DrawGX::VTX_TYPE_11, DrawGX::VTX_TYPE_13},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user