Enable Joystick quit, run at startup, and full screen.

This commit is contained in:
dabonetn 2016-05-05 22:06:58 -04:00
parent 11de7fc900
commit 835f2caaaf
1 changed files with 2 additions and 2 deletions

View File

@ -88,9 +88,9 @@
Joy1Axis1 = 1
# Enable Quitting the program with by pressing two joystick buttons at the same time
# Default is disabled, default buttons are 8 and 9.
# Default is enabled, default buttons are 8 and 9. (Xbox 360 back and start)
JoyExitEnable = 0
JoyExitEnable = 1
JoyExitButton0 = 8
JoyExitButton1 = 9