mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 07:14:20 -06:00
the uber fix (#4092)
This commit is contained in:
parent
636efaf2b5
commit
e5d7dc4090
@ -26,7 +26,7 @@ enum HideCursorState : int { Never, Idle, Always };
|
||||
enum GpuReadbacksMode : int {
|
||||
Disabled,
|
||||
Relaxed,
|
||||
Precised,
|
||||
Precise,
|
||||
};
|
||||
|
||||
void load(const std::filesystem::path& path, bool is_game_specific = false);
|
||||
|
||||
@ -95,7 +95,7 @@ public:
|
||||
}
|
||||
if constexpr (type == Type::CPU) {
|
||||
UpdateProtection<!enable, false>();
|
||||
} else if (Config::getReadbacksMode() == Config::GpuReadbacksMode::Precised) {
|
||||
} else if (Config::getReadbacksMode() == Config::GpuReadbacksMode::Precise) {
|
||||
UpdateProtection<enable, true>();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user