diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-01-18 23:15:22 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 23:15:22 -0600 | 
| commit | 67c3c65f7bb1ade3b3d1912333b38fc49b0e8c35 (patch) | |
| tree | 72b4216a6bd42ab08aa73b230226982e1d274f35 | |
| parent | 413df0811d589fb147f24e29caab5285d62e1a6a (diff) | |
| parent | 5a106cf11eaf0cee9b961a566cd89ca2715dfd5b (diff) | |
Merge pull request #9638 from Kelebek1/firmware4
Demote maxwell3d Firmware4 call log to debug
| -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. | 
