input display bug fixed (it wasn't remembering how many controllers)
This commit is contained in:
parent
13de73daf2
commit
eb0f6caf4d
|
@ -592,7 +592,7 @@ int main(int argc,char *argv[])
|
||||||
fullscreen = !!fullscreen;
|
fullscreen = !!fullscreen;
|
||||||
soundo = !!soundo;
|
soundo = !!soundo;
|
||||||
frame_display = !!frame_display;
|
frame_display = !!frame_display;
|
||||||
input_display = !!input_display;
|
//input_display = !!input_display; adelikat - input_display has 4 states, not 2, this shouldn't be done
|
||||||
allowUDLR = !!allowUDLR;
|
allowUDLR = !!allowUDLR;
|
||||||
pauseAfterPlayback = !!pauseAfterPlayback;
|
pauseAfterPlayback = !!pauseAfterPlayback;
|
||||||
EnableBackgroundInput = !!EnableBackgroundInput;
|
EnableBackgroundInput = !!EnableBackgroundInput;
|
||||||
|
|
Loading…
Reference in New Issue