diff --git a/makerom/ncsd.c b/makerom/ncsd.c index 4f01c64..c554eb0 100644 --- a/makerom/ncsd.c +++ b/makerom/ncsd.c @@ -681,7 +681,6 @@ bool IsCci(u8 *ncsd) u64 GetPartitionOffset(u8 *ncsd, u8 index) { cci_hdr *hdr = (cci_hdr*)ncsd; - u32 offset = ; return (u64)u8_to_u64(hdr->offset_sizeTable[index].offset,LE) * (u64)GetCtrBlockSize(hdr->flags[cciflag_MEDIA_BLOCK_SIZE]); }