Fix warning

This commit is contained in:
negativeExponent
2020-11-17 06:47:45 +08:00
parent 565391c213
commit 8deefc3bef
2 changed files with 1 additions and 2 deletions

View File

@@ -92,5 +92,5 @@ void Mapper401_Init(CartInfo *info) {
info->Power = M401Power;
info->Reset = M401Reset;
AddExState(EXPREGS, 5, 0, "EXPR");
AddExState(dipswitch, 1, 0, "DPSW");
AddExState(&dipswitch, 1, 0, "DPSW");
}

View File

@@ -386,7 +386,6 @@ static void CheckHInfo(void) {
}
}
strcat(gigastr, "\n");
FCEU_printf("\n", gigastr);
FCEU_printf("%s\n", gigastr);
}