mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-15 15:28:58 +02:00
[video_core] Fixes flickering and weird textures at native 1x resolution (#3346)
The issue occurs because shaders generated without RescalingPass are too simple, triggering driver optimization bugs on some GPUs. Fixes rendering issues in Luigi's Mansion 3 and possibly other games as well. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3346 Reviewed-by: DraVee <dravee@eden-emu.dev> Co-authored-by: MaranBr <maranbr@outlook.com> Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
parent
b9da45cb1f
commit
30e073b02b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue