yuzu/src/core/hle/service/lm
Lioncash b74df62959 lm: Use LOG_DEBUG for printing out trace logs
Using LOG_TRACE here isn't a good idea because LOG_TRACE is only enabled
when yuzu is compiled in debug mode. Debug mode is also quite slow, and
so we're potentially throwing away logging messages that can provide
value when trying to boot games.
2018-08-15 01:07:41 -04:00
..
lm.cpp lm: Use LOG_DEBUG for printing out trace logs 2018-08-15 01:07:41 -04:00
lm.h lm: Move LM's class declaration into the cpp file 2018-07-25 22:40:16 -04:00