Skip to content

Commit

Permalink
UDNL: Fix to GetFileStatFromImage
Browse files Browse the repository at this point in the history
  • Loading branch information
PSI-Rockin committed Aug 17, 2020
1 parent 36ebf7b commit 503698c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/iopcore/udnl/udnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ static struct RomdirFileStat *GetFileStatFromImage(const struct RomImgData *Imag
result = stat;
goto end;
}

return stat;
}

offset += (RomdirEntry->size + 0xF) & 0xFFFFFFF0;
Expand Down

0 comments on commit 503698c

Please sign in to comment.