mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-10 02:01:03 -04:00
D3D: Migrate logging over to fmt
Migrates the logging over to the fmt-capable logger.
This commit is contained in:
@@ -35,7 +35,7 @@ void PerfQuery::EnableQuery(PerfQueryGroup type)
|
||||
{
|
||||
// TODO
|
||||
FlushOne();
|
||||
ERROR_LOG(VIDEO, "Flushed query buffer early!");
|
||||
ERROR_LOG_FMT(VIDEO, "Flushed query buffer early!");
|
||||
}
|
||||
|
||||
// start query
|
||||
|
||||
Reference in New Issue
Block a user