Fix back button press on the soft UI buttons. Make back+start emulate the steam overlay button.
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user