mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-27 00:17:52 -05:00
common/logging: don't use regex for path trimming
This commit is contained in:
committed by
FearlessTobi
parent
a167da4278
commit
a31ed02ae4
@ -23,7 +23,7 @@ struct Entry {
|
||||
std::chrono::microseconds timestamp;
|
||||
Class log_class;
|
||||
Level log_level;
|
||||
std::string filename;
|
||||
const char* filename;
|
||||
unsigned int line_num;
|
||||
std::string function;
|
||||
std::string message;
|
||||
|
Reference in New Issue
Block a user