change async reprojection tip (#1832)

This commit is contained in:
Vixea 2023-09-16 22:33:40 -05:00 committed by GitHub
parent 0217f8c483
commit 9f9d2e5bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1039,7 +1039,9 @@ pub struct CaptureConfig {
#[derive(SettingsSchema, Serialize, Deserialize, Clone)]
#[schema(collapsible)]
pub struct Patches {
#[schema(strings(help = "AMD users should keep this on. Must be off for Nvidia GPUs!",))]
#[schema(strings(
help = "Async reprojection is currently broken in SteamVR, keep disabled. ONLY FOR TESTING.",
))]
#[schema(flag = "steamvr-restart")]
pub linux_async_reprojection: bool,
}