diff options
| author | 2023-01-18 23:15:22 -0600 | |
|---|---|---|
| committer | 2023-01-18 23:15:22 -0600 | |
| commit | 67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35 (patch) | |
| tree | 72b4216a6bd42ab08aa73b230226982e1d274f35 | |
| parent | Merge pull request #9619 from liamwhite/timing-spaghetti (diff) | |
| parent | Demote maxwell3d Firmware4 call log to debug (diff) | |
| download | yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.gz yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.xz yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.zip | |
Merge pull request #9638 from Kelebek1/firmware4
Demote maxwell3d Firmware4 call log to debug
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 97f547789..68ceda519 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp | |||
| @@ -467,7 +467,7 @@ void Maxwell3D::ProcessMacroBind(u32 data) { | |||
| 467 | } | 467 | } |
| 468 | 468 | ||
| 469 | void Maxwell3D::ProcessFirmwareCall4() { | 469 | void Maxwell3D::ProcessFirmwareCall4() { |
| 470 | LOG_WARNING(HW_GPU, "(STUBBED) called"); | 470 | LOG_DEBUG(HW_GPU, "(STUBBED) called"); |
| 471 | 471 | ||
| 472 | // Firmware call 4 is a blob that changes some registers depending on its parameters. | 472 | // Firmware call 4 is a blob that changes some registers depending on its parameters. |
| 473 | // These registers don't affect emulation and so are stubbed by setting 0xd00 to 1. | 473 | // These registers don't affect emulation and so are stubbed by setting 0xd00 to 1. |