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);
|
||||
drawString(10, 10, "Volume: %x", volume);
|
||||
//drawString(10, 10, "Volume: %x", volume);
|
||||
//receiveBuffer(sizeof(struct packet));
|
||||
|
||||
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
|
||||
Throttle: 20
|
||||
Circle Pad: JOYSTICK1
|
||||
C Stick: JOYSTICK2
|
||||
Circle Pad: KEYS
|
||||
C Stick: MOUSE
|
||||
Touch: MOUSE
|
||||
Mouse Speed: 0
|
||||
Mouse Speed: 3
|
||||
vJoy Device: 1
|
||||
|
||||
A: A
|
||||
B: B
|
||||
X: X
|
||||
Y: Y
|
||||
L: L
|
||||
R: R
|
||||
ZL: Q
|
||||
ZR: W
|
||||
Start: ENTER
|
||||
Select: BACKSPACE
|
||||
Tap: SPACE
|
||||
A: SPACE
|
||||
B: CONTROL
|
||||
X: E
|
||||
Y: SHIFT
|
||||
L: CLICK
|
||||
R: RIGHT CLICK
|
||||
ZL: RIGHT CLICK
|
||||
ZR: LEFT CLICK
|
||||
Start: ESCAPE
|
||||
Select: ENTER
|
||||
Tap: NONE
|
||||
|
||||
Left: LEFT
|
||||
Right: RIGHT
|
||||
Up: UP
|
||||
Down: DOWN
|
||||
Left: A
|
||||
Right: D
|
||||
Up: W
|
||||
Down: S
|
||||
|
||||
Pad Left: 1
|
||||
Pad Right: 2
|
||||
Pad Up: 3
|
||||
Pad Down: 4
|
||||
Pad Left: A
|
||||
Pad Right: D
|
||||
Pad Up: W
|
||||
Pad Down: S
|
||||
|
||||
C Stick Left: 5
|
||||
C Stick Right: 6
|
||||
|
|
Loading…
Reference in a new issue