summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Narr the Reg2023-01-18 23:15:22 -0600
committerGravatar GitHub2023-01-18 23:15:22 -0600
commit67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35 (patch)
tree72b4216a6bd42ab08aa73b230226982e1d274f35 /src
parentMerge pull request #9619 from liamwhite/timing-spaghetti (diff)
parentDemote maxwell3d Firmware4 call log to debug (diff)
downloadyuzu-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 'src')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp2
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
469void Maxwell3D::ProcessFirmwareCall4() { 469void 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.