mirror of https://github.com/snes9xgit/snes9x.git
Set controller data up on startup instead of when game first latches.
This commit is contained in:
parent
c555b07846
commit
e3a86417b8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue