Now the state array is dynamic, and can handle any size. The initial size is 256 elements (0-255, fixes FBA).
An arbitrary limit of 65536 IDs is currently in there, intended to detect invalid arguments.
* Add error messages for: Core not having savestates, load/save state failure, secondary core create failure
* Added messages for us locale, can be localized elsewhere
* Add a configuration setting to hide the initial warning message for core not having savestates
* Small code changes and cleanup for secondary core
* Fixed typo "destory" in dirty input code