Browse Source
Merge pull request #9638 from Kelebek1/firmware4
Demote maxwell3d Firmware4 call log to debug
pull/15/merge
Narr the Reg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/engines/maxwell_3d.cpp
|
|
@ -467,7 +467,7 @@ void Maxwell3D::ProcessMacroBind(u32 data) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void Maxwell3D::ProcessFirmwareCall4() { |
|
|
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.
|
|
|
// 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.
|
|
|
// These registers don't affect emulation and so are stubbed by setting 0xd00 to 1.
|
|
|
|