Fix warning
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -386,7 +386,6 @@ static void CheckHInfo(void) {
|
||||
}
|
||||
}
|
||||
strcat(gigastr, "\n");
|
||||
FCEU_printf("\n", gigastr);
|
||||
FCEU_printf("%s\n", gigastr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user