log: replace all NGLOG with LOG
This commit is contained in:
parent
fde415968e
commit
7c5a76e58b
152 changed files with 1541 additions and 1541 deletions
|
@ -200,7 +200,7 @@ struct FramebufferRegs {
|
|||
case ColorFormat::RGBA4:
|
||||
return 2;
|
||||
default:
|
||||
NGLOG_CRITICAL(HW_GPU, "Unknown color format {}", static_cast<u32>(format));
|
||||
LOG_CRITICAL(HW_GPU, "Unknown color format {}", static_cast<u32>(format));
|
||||
UNIMPLEMENTED();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue