Set controller data up on startup instead of when game first latches.

This commit is contained in:
Brandon Wright 2018-05-23 16:06:00 -05:00
parent c555b07846
commit e3a86417b8
1 changed files with 3 additions and 0 deletions

View File

@ -567,6 +567,9 @@ void S9xControlsSoftReset (void)
read_idx[i][j]=0;
FLAG_LATCH = FALSE;
curcontrollers[0] = newcontrollers[0];
curcontrollers[1] = newcontrollers[1];
}
void S9xUnmapAllControls (void)