Fix for vsunisystem input not working

This commit is contained in:
retro-wertz
2017-09-08 02:13:11 +08:00
parent 8a5ae2da21
commit 8be0835eed
5 changed files with 11 additions and 5 deletions

View File

@@ -296,6 +296,7 @@ void FCEU_VSUniCheck(uint64 md5partial, int *MapperNo, uint8 *Mirroring) {
while (vs->name) {
if (md5partial == vs->md5partial) {
if (vs->ppu < RCP2C03B) pale = vs->ppu;
else pale = 5;
*MapperNo = vs->mapper;
*Mirroring = vs->mirroring;
GameInfo->type = GIT_VSUNI;