Fix back button press on the soft UI buttons. Make back+start emulate the steam overlay button.

This commit is contained in:
Cameron Gutman
2013-11-10 15:59:13 -05:00
parent c9ad9ab407
commit 745da05ad3
2 changed files with 26 additions and 0 deletions
@@ -40,6 +40,7 @@ public class NvControllerPacket extends NvInputPacket {
public static final short BACK_FLAG = 0x0020;
public static final short LS_CLK_FLAG = 0x0040;
public static final short RS_CLK_FLAG = 0x0080;
public static final short SPECIAL_BUTTON_FLAG = 0x0400;
public static final short PAYLOAD_LENGTH = 24;
public static final short PACKET_LENGTH = PAYLOAD_LENGTH +