Remove size checking in C for Sega because autodetection was implemented.

This commit is contained in:
beyondcoast 2019-03-16 17:22:42 -05:00
parent ef8868a7fb
commit 6bf1d82c4a
1 changed files with 0 additions and 1 deletions

View File

@ -330,7 +330,6 @@ int main(int argc, char *argv[])
}
if ((strcmp("gba", opts->console_name) == 0) ||
(strcmp("genesis", opts->console_name) == 0) ||
(strcmp("n64", opts->console_name) == 0)) {
if (opts->rom_size_kbyte <= 0) {
printf("ROM size must be greater than 0 kilobytes.\n");