2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common/logging
Zach Hilman 470466b31b log: Add logging class for Cheat Engine
This is better than just using something like Common.Filesystem or Common.Memory
2019-09-21 21:44:22 -04:00
..
backend.cpp log: Add logging class for Cheat Engine 2019-09-21 21:44:22 -04:00
backend.h logging/backend: Move CreateEntry into the Impl class 2019-03-02 14:44:24 -05:00
filter.cpp
filter.h
log.h log: Add logging class for Cheat Engine 2019-09-21 21:44:22 -04:00
text_formatter.cpp text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-04 23:55:53 -04:00
text_formatter.h