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

View File

@ -88,9 +88,9 @@
Joy1Axis1 = 1 Joy1Axis1 = 1
# Enable Quitting the program with by pressing two joystick buttons at the same time # 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 JoyExitButton0 = 8
JoyExitButton1 = 9 JoyExitButton1 = 9