log: replace all NGLOG with LOG
This commit is contained in:
parent
fde415968e
commit
7c5a76e58b
152 changed files with 1541 additions and 1541 deletions
|
@ -206,7 +206,7 @@ Math::Vec4<u8> LookupTexelInTile(const u8* source, unsigned int x, unsigned int
|
|||
}
|
||||
|
||||
default:
|
||||
NGLOG_ERROR(HW_GPU, "Unknown texture format: {:x}", (u32)info.format);
|
||||
LOG_ERROR(HW_GPU, "Unknown texture format: {:x}", (u32)info.format);
|
||||
DEBUG_ASSERT(false);
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue