Fix warning
This commit is contained in:
@@ -92,5 +92,5 @@ void Mapper401_Init(CartInfo *info) {
|
|||||||
info->Power = M401Power;
|
info->Power = M401Power;
|
||||||
info->Reset = M401Reset;
|
info->Reset = M401Reset;
|
||||||
AddExState(EXPREGS, 5, 0, "EXPR");
|
AddExState(EXPREGS, 5, 0, "EXPR");
|
||||||
AddExState(dipswitch, 1, 0, "DPSW");
|
AddExState(&dipswitch, 1, 0, "DPSW");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -386,7 +386,6 @@ static void CheckHInfo(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
strcat(gigastr, "\n");
|
strcat(gigastr, "\n");
|
||||||
FCEU_printf("\n", gigastr);
|
|
||||||
FCEU_printf("%s\n", gigastr);
|
FCEU_printf("%s\n", gigastr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user