Updated How to create custom touch control layout (markdown)

redphx 2024-03-09 13:06:28 +07:00
parent 5bfdf1023f
commit 48926ddfbc

@ -7,13 +7,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).
2. Open the `Chrome DevTools`.
3. Click on the `Toggle device emulation` button 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. Reload the page. This step is necessary, don't skip it.
5. Make sure `Touch controller > Availability` settings is set to `All games`. Reload the page if needed.
5. Make sure the `Touch controller > Availability` setting 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">
6. Done.