mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-02-10 00:15:32 +00:00
* Fix bug where log file was not generated on first run This fix resolves issue #727. On first start, Log::Initialize attempts to create the `azahar-emu/log/` directory. However, it fails because `azahar-emu/` does not exist. Using FileUtil::CreateFullPath instead will create both `azahar-emu` and `log/`. * Update license header |
||
|---|---|---|
| .. | ||
| backend.cpp | ||
| backend.h | ||
| filter.cpp | ||
| filter.h | ||
| formatter.h | ||
| log_entry.h | ||
| log.h | ||
| text_formatter.cpp | ||
| text_formatter.h | ||
| types.h | ||