[GPU] Added config option to enable/disable invalid memory uploads

This commit is contained in:
Gliniak
2025-11-30 13:10:53 +01:00
committed by Radosław Gliński
parent dd29365970
commit 78e753ef52
2 changed files with 10 additions and 4 deletions

View File

@@ -33,6 +33,10 @@ DEFINE_bool(
"may be used to bypass fetch constant type errors in certain games until "
"the real reason why they're invalid is found.",
"GPU");
DEFINE_bool(
gpu_allow_invalid_upload_range, false,
"Allows games to read data from pages that are marked as no access.",
"GPU");
DEFINE_bool(
non_seamless_cube_map, true,