android: bigger on-screen gamepad analog handle. Update project README

This commit is contained in:
Flyinghead 2021-12-24 19:46:09 +01:00
parent fde683a82e
commit 7f41847c5c
2 changed files with 5 additions and 9 deletions

View File

@ -29,14 +29,10 @@ Join us on our [**Discord server**](https://discord.gg/X8YWP8w) for a chat.
### Xbox One
Open [gamr13's github page](https://gamr13.github.io/) from your console.
Open [**gamr13's github page**](https://gamr13.github.io/) from your console.
### Binaries
Get fresh builds for your system [on the builds page](https://flyinghead.github.io/flycast-builds/).
Get fresh builds for your system [**on the builds page**](https://flyinghead.github.io/flycast-builds/).
**New:** Now automated test results are available as well.
## Disclaimer
All code contributed to this fork is *not* bound by the Individual Contributor License Agreement of the upstream repository (https://github.com/reicast/reicast-emulator) and shall *not* be considered as a contribution to the upstream repository.

View File

@ -52,7 +52,7 @@ public class VJoy {
new float[] { 542, 200, 90,64, BTN_RTRIG, 0}, // RT
new float[] { 0, 128+224,128,128,BTN_ANARING, 0}, // Analog ring
new float[] { 96, 320, 32,32, BTN_ANAPOINT, 0}, // Analog point
new float[] { 32, 128+256,64,64, BTN_ANAPOINT, 0}, // Analog point
new float[] { 320-32, 12, 64,64, key_CONT_FFORWARD, 0}, // Fast-forward
@ -134,8 +134,8 @@ public class VJoy {
// Analog ring and point
new float[] { 16+vjoy_d_custom[5][0], 24+32+vjoy_d_custom[5][1],
128*vjoy_d_custom[5][2],128*vjoy_d_custom[5][2],-3},
new float[] { 96+vjoy_d_custom[5][0], 320+vjoy_d_custom[5][1],
32*vjoy_d_custom[5][2],32*vjoy_d_custom[5][2], -4},
new float[] { 48+vjoy_d_custom[5][0], 24+64+vjoy_d_custom[5][1],
64*vjoy_d_custom[5][2],64*vjoy_d_custom[5][2], -4},
// Fast-forward
new float[] { 320-32+vjoy_d_custom[6][0], 12+vjoy_d_custom[6][1],