Updated How to create custom touch control layout (markdown)

redphx 2024-03-09 12:57:24 +07:00
parent e56fbdbc0f
commit 52a3103a2c

@ -8,9 +8,13 @@
## Preparations
1. Open the xCloud website in Chrome/Edge/Chromium browser.
2. Open the Chrome DevTools.
3. Click on "Toggle device emulation" and set "Dimensions" to "iPhone SE" (or anything you want)
3. Click on "Toggle device emulation" and set "Dimensions" to "iPhone SE" (or anything you want).
<img width="352" alt="image" src="https://github.com/redphx/better-xcloud/assets/96280/38e27f71-9148-4eb4-873c-81d3b1184a3e">
<img width="285" alt="image" src="https://github.com/redphx/better-xcloud/assets/96280/0ee0fcf6-58a6-4828-b3d6-2f9838035f27">
4. Make sure Better xCloud's `Touch controller > Availability` is set to `All games`. Reload the page if needed.
<img width="455" alt="image" src="https://github.com/redphx/better-xcloud/assets/96280/1ba3118d-9680-4adc-9e66-3aa5b27e89e0">
## Getting started
...