Log: Simplify macros
This commit is contained in:
@ -150,7 +150,7 @@ void CPU::PGXP::Initialize()
|
||||
s_vertex_cache = static_cast<PGXP_value*>(std::calloc(VERTEX_CACHE_SIZE, sizeof(PGXP_value)));
|
||||
if (!s_vertex_cache)
|
||||
{
|
||||
Log_ErrorPrint("Failed to allocate memory for vertex cache, disabling.");
|
||||
ERROR_LOG("Failed to allocate memory for vertex cache, disabling.");
|
||||
g_settings.gpu_pgxp_vertex_cache = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user