mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
OpenGL: Migrate logging over to fmt
Migrates over to the fmt-capable logger.
This commit is contained in:
parent
4d9a7c7a54
commit
413d64e7fc
3 changed files with 32 additions and 31 deletions
|
@ -104,7 +104,7 @@ void PerfQueryGL::EnableQuery(PerfQueryGroup type)
|
|||
if (m_query_buffer.size() == m_query_count)
|
||||
{
|
||||
FlushOne();
|
||||
// ERROR_LOG(VIDEO, "Flushed query buffer early!");
|
||||
// ERROR_LOG_FMT(VIDEO, "Flushed query buffer early!");
|
||||
}
|
||||
|
||||
// start query
|
||||
|
@ -198,7 +198,7 @@ void PerfQueryGLESNV::EnableQuery(PerfQueryGroup type)
|
|||
if (m_query_buffer.size() == m_query_count)
|
||||
{
|
||||
FlushOne();
|
||||
// ERROR_LOG(VIDEO, "Flushed query buffer early!");
|
||||
// ERROR_LOG_FMT(VIDEO, "Flushed query buffer early!");
|
||||
}
|
||||
|
||||
// start query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue