gpgx: informative fail if an attempted controller isn't supported
This commit is contained in:
parent
916e0029c4
commit
4a963bc3b0
|
@ -129,6 +129,10 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||||
DoMouseAnalog(i, player);
|
DoMouseAnalog(i, player);
|
||||||
player++;
|
player++;
|
||||||
break;
|
break;
|
||||||
|
case LibGPGX.INPUT_DEVICE.DEVICE_NONE:
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
throw new Exception("Unhandled control device! Something needs to be implemented first.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue