Skip to content

Commit

Permalink
1.2 LCP Outbd F/O Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lindau committed Jul 19, 2017
1 parent 41ff7f8 commit 09ca0d5
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 70 deletions.
Binary file modified SmartInterface-1.2.zip
Binary file not shown.
123 changes: 61 additions & 62 deletions SmartInterface/.idea/workspace.xml

Large diffs are not rendered by default.

Binary file modified SmartInterface/out/artifacts/SmartInterface_jar/SmartInterface.jar
Binary file not shown.
6 changes: 2 additions & 4 deletions SmartInterface/out/artifacts/SmartInterface_jar/saved.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
2. Razer DeathAdder - Return`Aileron - Capt`0
9. Razer DeathAdder - Kana`Tiller - Capt`0
114. Razer DeathAdder - x`Aileron - Capt`1
116. Razer DeathAdder - z`Tiller - F/O`1
19. Controller (Gamepad F310) - Button 0`LCP Outbd - Capt`0
20. Controller (Gamepad F310) - Button 1`LCP Outbd - F/O`0
Binary file modified SmartInterface/out/production/SmartInterface/SmartInterface.class
Binary file not shown.
4 changes: 2 additions & 2 deletions SmartInterface/saved.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
114. Razer DeathAdder - x`Aileron - Capt`1
115. Razer DeathAdder - y`Toe Brake Right - F/O`1
19. Controller (Gamepad F310) - Button 0`LCP Outbd - Capt`0
20. Controller (Gamepad F310) - Button 1`LCP Outbd - F/O`0
4 changes: 2 additions & 2 deletions SmartInterface/src/SmartInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ else if (rdrStrFo == null)

if (lcpOutbdFo != null) {
int lcpOutbdFoInt = Utils.getAnalogValue(lcpOutbdFo, 4713, false);
lcpOutbdFoVal.setStr("Qh87=" + Integer.toString(lcpOutbdFoInt));
lcpOutbdFoVal.setStr("Qh98=" + Integer.toString(lcpOutbdFoInt));
if (lcpOutbdFoVal.hasChanged())
client.send(lcpOutbdFoVal.getStr());
}
Expand Down Expand Up @@ -797,7 +797,7 @@ public void itemStateChanged(ItemEvent itemEvent) {
// 569 used to offset width of bar itself
scrollPane.setPreferredSize(new Dimension(800, 569));

JFrame frame = new JFrame("PSX SmartInterface v1.2");
JFrame frame = new JFrame("PSX SmartInterface v1.2.1");
frame.setPreferredSize(new Dimension(800, 600));
frame.setResizable(false);
frame.getContentPane().add(scrollPane);
Expand Down
Binary file modified Versions/SmartInterface-1.2.zip
Binary file not shown.

0 comments on commit 09ca0d5

Please sign in to comment.