Fix warnings

This commit is contained in:
twinaphex
2018-02-21 14:46:01 +01:00
parent 5a813bd318
commit 9ad88b9c11
8 changed files with 21 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ static void M57Power(void) {
Sync();
}
static void M57Reset() {
static void M57Reset(void) {
hrd_flag++;
hrd_flag &= 3;
FCEU_printf("Select Register = %02x\n", hrd_flag);