summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-01-19 06:15:22 +0100
committerGitHub <noreply@github.com>2023-01-19 06:15:22 +0100
commit67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35 (patch)
tree72b4216a6bd42ab08aa73b230226982e1d274f35
parentMerge pull request #9619 from liamwhite/timing-spaghetti (diff)
parentDemote maxwell3d Firmware4 call log to debug (diff)
downloadyuzu-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
-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) {
}
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.