Skip to content

Commit

Permalink
Use Everdrive style UTTD "U" save type detection
Browse files Browse the repository at this point in the history
  • Loading branch information
felixjones committed Nov 3, 2024
1 parent 7d6f8fb commit 9a542b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gba/overrides.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,6 @@ void GBAOverrideApplyDefaults(struct GBA* gba, const struct Configuration* overr
override.savetype = SAVEDATA_FLASH1M;
break;
}
// Enable RTC for unknown ROMs
override.hardware = HW_RTC;
GBAOverrideApply(gba, &override);
}
}
Expand Down

0 comments on commit 9a542b3

Please sign in to comment.