PicoDrive: Fail fast when trying to run any hardware that calls PicoCartResize (SVP, Pier Solar, and others). Bizhawk won't be using this, so no reason to think about it.
This commit is contained in:
parent
b6d2f38899
commit
d1a9c41466
|
@ -19,6 +19,7 @@ void lprintf(const char *fmt, ...)
|
|||
int PicoCartResize(int newsize)
|
||||
{
|
||||
// TODO: change boards that use this to store their extra data elsewhere
|
||||
abort();
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue