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:
nattthebear 2017-07-03 10:24:26 -04:00
parent b6d2f38899
commit d1a9c41466
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}