diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-19 06:15:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 06:15:22 +0100 |
commit | 67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35 (patch) | |
tree | 72b4216a6bd42ab08aa73b230226982e1d274f35 /src | |
parent | Merge pull request #9619 from liamwhite/timing-spaghetti (diff) | |
parent | Demote maxwell3d Firmware4 call log to debug (diff) | |
download | yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.gz yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.bz2 yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.lz yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.xz yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.tar.zst yuzu-67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35.zip |
Diffstat (limited to 'src')
-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) { } void Maxwell3D::ProcessFirmwareCall4() { - LOG_WARNING(HW_GPU, "(STUBBED) called"); + LOG_DEBUG(HW_GPU, "(STUBBED) called"); // Firmware call 4 is a blob that changes some registers depending on its parameters. // These registers don't affect emulation and so are stubbed by setting 0xd00 to 1. |