mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-25 12:28:31 -06: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 | ||