Remove size checking in C for Sega because autodetection was implemented.
This commit is contained in:
parent
ef8868a7fb
commit
6bf1d82c4a
|
|
@ -330,7 +330,6 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((strcmp("gba", opts->console_name) == 0) ||
|
if ((strcmp("gba", opts->console_name) == 0) ||
|
||||||
(strcmp("genesis", opts->console_name) == 0) ||
|
|
||||||
(strcmp("n64", opts->console_name) == 0)) {
|
(strcmp("n64", opts->console_name) == 0)) {
|
||||||
if (opts->rom_size_kbyte <= 0) {
|
if (opts->rom_size_kbyte <= 0) {
|
||||||
printf("ROM size must be greater than 0 kilobytes.\n");
|
printf("ROM size must be greater than 0 kilobytes.\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue