Upload builds
Removed the volume display from bottom screen and included some builds. Maybe not an official version yet since I want to add something, but we'll see.
This commit is contained in:
parent
b3fe66858b
commit
7693a7c298
4 changed files with 23 additions and 23 deletions
Binary file not shown.
|
@ -144,7 +144,7 @@ int main(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
sendKeys(kHeld, circlePad, touch, cStick, volume);
|
sendKeys(kHeld, circlePad, touch, cStick, volume);
|
||||||
drawString(10, 10, "Volume: %x", volume);
|
//drawString(10, 10, "Volume: %x", volume);
|
||||||
//receiveBuffer(sizeof(struct packet));
|
//receiveBuffer(sizeof(struct packet));
|
||||||
|
|
||||||
if((kHeld & KEY_START) && (kHeld & KEY_SELECT)) {
|
if((kHeld & KEY_START) && (kHeld & KEY_SELECT)) {
|
||||||
|
|
Binary file not shown.
|
@ -23,33 +23,33 @@ Make sure to use a single space, not a tab for seperating settings,
|
||||||
|
|
||||||
Port: 8889
|
Port: 8889
|
||||||
Throttle: 20
|
Throttle: 20
|
||||||
Circle Pad: JOYSTICK1
|
Circle Pad: KEYS
|
||||||
C Stick: JOYSTICK2
|
C Stick: MOUSE
|
||||||
Touch: MOUSE
|
Touch: MOUSE
|
||||||
Mouse Speed: 0
|
Mouse Speed: 3
|
||||||
vJoy Device: 1
|
vJoy Device: 1
|
||||||
|
|
||||||
A: A
|
A: SPACE
|
||||||
B: B
|
B: CONTROL
|
||||||
X: X
|
X: E
|
||||||
Y: Y
|
Y: SHIFT
|
||||||
L: L
|
L: CLICK
|
||||||
R: R
|
R: RIGHT CLICK
|
||||||
ZL: Q
|
ZL: RIGHT CLICK
|
||||||
ZR: W
|
ZR: LEFT CLICK
|
||||||
Start: ENTER
|
Start: ESCAPE
|
||||||
Select: BACKSPACE
|
Select: ENTER
|
||||||
Tap: SPACE
|
Tap: NONE
|
||||||
|
|
||||||
Left: LEFT
|
Left: A
|
||||||
Right: RIGHT
|
Right: D
|
||||||
Up: UP
|
Up: W
|
||||||
Down: DOWN
|
Down: S
|
||||||
|
|
||||||
Pad Left: 1
|
Pad Left: A
|
||||||
Pad Right: 2
|
Pad Right: D
|
||||||
Pad Up: 3
|
Pad Up: W
|
||||||
Pad Down: 4
|
Pad Down: S
|
||||||
|
|
||||||
C Stick Left: 5
|
C Stick Left: 5
|
||||||
C Stick Right: 6
|
C Stick Right: 6
|
||||||
|
|
Loading…
Reference in a new issue