From 48926ddfbc9a098c08096f82aeeccd4ad413eb8c Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:06:28 +0700 Subject: [PATCH] Updated How to create custom touch control layout (markdown) --- How-to-create-custom-touch-control-layout.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/How-to-create-custom-touch-control-layout.md b/How-to-create-custom-touch-control-layout.md index 36a10af..b746eb6 100644 --- a/How-to-create-custom-touch-control-layout.md +++ b/How-to-create-custom-touch-control-layout.md @@ -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). image image 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. image 6. Done.