mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-19 01:25:35 -04:00
Bug fix
This commit is contained in:
parent
019501de8d
commit
e439f1a9f6
@ -172,6 +172,9 @@ void PhotoStudio::getMaxChars() {
|
||||
case 9:
|
||||
import_totalCharacters = 4;
|
||||
break;
|
||||
case 0xFF:
|
||||
import_totalCharacters = numberOfExportedCharacters-1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -596,6 +599,8 @@ const char* PhotoStudio::charGameTitle(void) const {
|
||||
return nesTitle();
|
||||
case 17:
|
||||
return "NiGHTS series";
|
||||
case 0xFF:
|
||||
return "Custom";
|
||||
}
|
||||
return "???";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user