WIP: [video_core] Add checkbox to force GPU to only use safe reads #269
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "force-safe-reads"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
3b0e3d9e7ecb4da1617c[video_core] Add toggle to force GPU to only use safe readsto [video_core] Add checkbox to force GPU to only use safe reads@ -2,4 +2,2 @@// SPDX-License-Identifier: GPL-3.0-or-later// SPDX-FileCopyrightText: Copyright 2024 Torzu Emulator Project// SPDX-License-Identifier: GPL-3.0-or-laterKeep original header as well
@ -1,4 +1,7 @@// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project// SPDX-License-Identifier: GPL-3.0-or-laterSame here
@ -467,3 +467,3 @@true};#endifSwitchableSetting<bool> force_safe_reads{linkage, false, "force_safe_reads", Category::RendererAdvanced};Needs android setting
[video_core] Add checkbox to force GPU to only use safe readsto WIP: [video_core] Add checkbox to force GPU to only use safe readsPull request closed