Small Bugfix in conf loading

This commit is contained in:
fabio.olimpieri 2012-07-29 09:12:55 +00:00
parent 539e3e81a8
commit 5590e3f6ca

View File

@ -796,7 +796,7 @@ int load_config(struct computer *object, char *filename) {
if (issue<4) {
object->issue=issue;
}
if (issue<2) {
if (ntsc<2) {
object->videosystem=ntsc;
}
if (joystick1<4) {