mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Version 1.10.1 (#73)
* Update README.md * Bump version to 1.10.1 * Bump version to 1.10.1
This commit is contained in:
parent
0b0f5add1b
commit
7779473eee
@ -59,8 +59,11 @@ Give this project a 🌟 if you like it. Thank you 🙏.
|
|||||||
- **🔥 Touch controller**
|
- **🔥 Touch controller**
|
||||||
> Only for mobile (Android/iOS/iPadOS).
|
> Only for mobile (Android/iOS/iPadOS).
|
||||||
> - **Default**: nothing change.
|
> - **Default**: nothing change.
|
||||||
> - **All games**: enable touch controller support for all games. Games with custom layout won't be affected.
|
|
||||||
> - **Off**: stop the touch controller from showing when touching the screen. Useful when you play on a device with a built-in controller like Logitech G Cloud, Steam Deck, etc.
|
> - **Off**: stop the touch controller from showing when touching the screen. Useful when you play on a device with a built-in controller like Logitech G Cloud, Steam Deck, etc.
|
||||||
|
> - **All games**: enable touch controller support for all games. Games with custom layout won't be affected.
|
||||||
|
> Double-tap anywhere at the bottom of the screen to show/hide the controller. Useful when you're viewing cutscenes.
|
||||||
|
> 
|
||||||
|
|
||||||
- **Hide mouse cursor on idle**
|
- **Hide mouse cursor on idle**
|
||||||
> Hide the mouse cursor after 3 seconds of not moving.
|
> Hide the mouse cursor after 3 seconds of not moving.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Better xCloud
|
// @name Better xCloud
|
||||||
// @namespace https://github.com/redphx
|
// @namespace https://github.com/redphx
|
||||||
// @version 1.10
|
// @version 1.10.1
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Better xCloud
|
// @name Better xCloud
|
||||||
// @namespace https://github.com/redphx
|
// @namespace https://github.com/redphx
|
||||||
// @version 1.10
|
// @version 1.10.1
|
||||||
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
// @description Improve Xbox Cloud Gaming (xCloud) experience
|
||||||
// @author redphx
|
// @author redphx
|
||||||
// @license MIT
|
// @license MIT
|
||||||
@ -13,7 +13,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const SCRIPT_VERSION = '1.10';
|
const SCRIPT_VERSION = '1.10.1';
|
||||||
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
|
const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
|
||||||
|
|
||||||
const SERVER_REGIONS = {};
|
const SERVER_REGIONS = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user