Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Jan 27, 2024
1 parent 3c85df6 commit ef3d177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sysdolphin/baselib/tobj.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@ typedef struct _HSD_TexLODDesc {
u32 max_anisotropy; // GXAnisotropy
} HSD_TexLODDesc;

typedef struct _HSD_ImageDesc {
struct _HSD_ImageDesc {
void* img_ptr;
u16 width;
u16 height;
u32 format;
u32 mipmap;
f32 minLOD;
f32 maxLOD;
} HSD_ImageDesc;
};

typedef struct _HSD_TObjTev {
u8 color_op;
Expand Down

0 comments on commit ef3d177

Please sign in to comment.