diff options
| author | 2024-02-23 22:40:48 -0500 | |
|---|---|---|
| committer | 2024-02-26 11:16:18 -0500 | |
| commit | 25c3bbba0e46d3a3e8648a310e83c3facdb02a5f (patch) | |
| tree | e8621bebad95bfd2d98147b125395f3545cb2627 /src/core/core.cpp | |
| parent | video_core: make gpu context aware of rendering program (diff) | |
| download | yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.gz yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.xz yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.zip | |
settings: remove global override for smash on amdvlk
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 9e8936728..dc515bc82 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -425,11 +425,6 @@ struct System::Impl { | |||
| 425 | room_member->SendGameInfo(game_info); | 425 | room_member->SendGameInfo(game_info); |
| 426 | } | 426 | } |
| 427 | 427 | ||
| 428 | // Workarounds: | ||
| 429 | // Activate this in Super Smash Brothers Ultimate, it only affects AMD cards using AMDVLK | ||
| 430 | Settings::values.renderer_amdvlk_depth_bias_workaround = | ||
| 431 | params.program_id == 0x1006A800016E000ULL; | ||
| 432 | |||
| 433 | status = SystemResultStatus::Success; | 428 | status = SystemResultStatus::Success; |
| 434 | return status; | 429 | return status; |
| 435 | } | 430 | } |
| @@ -489,9 +484,6 @@ struct System::Impl { | |||
| 489 | room_member->SendGameInfo(game_info); | 484 | room_member->SendGameInfo(game_info); |
| 490 | } | 485 | } |
| 491 | 486 | ||
| 492 | // Workarounds | ||
| 493 | Settings::values.renderer_amdvlk_depth_bias_workaround = false; | ||
| 494 | |||
| 495 | LOG_DEBUG(Core, "Shutdown OK"); | 487 | LOG_DEBUG(Core, "Shutdown OK"); |
| 496 | } | 488 | } |
| 497 | 489 | ||