mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
D3D: Migrate logging over to fmt
Migrates the logging over to the fmt-capable logger.
This commit is contained in:
parent
d7834bd6b4
commit
2345d5f98d
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue