mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-01 13:17:20 +02:00
Add EnableWebGPURenderer flag
This commit is contained in:
parent
f9c9dc9684
commit
e45537adf0
@ -24,8 +24,12 @@ How to:
|
|||||||
const enabled = true;
|
const enabled = true;
|
||||||
|
|
||||||
enabled && (window.BX_FLAGS = {
|
enabled && (window.BX_FLAGS = {
|
||||||
|
// Toggle WebGPU Renderer
|
||||||
|
// https://github.com/redphx/better-xcloud/discussions/657
|
||||||
|
EnableWebGPURenderer: false,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Add titleId of the game(s) you want to add here.
|
Add titleId of the game(s) you want to test native M&KB support here.
|
||||||
Keep in mind: this method only works with some games.
|
Keep in mind: this method only works with some games.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user