From 835f2caaaf51d7e887c60b7e6c1c50668b2508ae Mon Sep 17 00:00:00 2001 From: dabonetn Date: Thu, 5 May 2016 22:06:58 -0400 Subject: [PATCH] Enable Joystick quit, run at startup, and full screen. --- linapple.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linapple.conf b/linapple.conf index 0576836..cdeb594 100644 --- a/linapple.conf +++ b/linapple.conf @@ -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