silence warnings

This commit is contained in:
retro-wertz
2017-08-24 06:57:24 +08:00
parent cd54b02ba9
commit 08c9b25271
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ static uint64 CartList[] =
int DetectPRGbonus(CartInfo *tmp) {
int x, i = 0;
uint64 partialmd5;
uint64 partialmd5 = 0;
for (x = 0; x < 8; x++)
partialmd5 |= (uint64)tmp->MD5[15 - x] << (x * 8);