mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-24 19:48:30 -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 |
||
|---|---|---|
| .. | ||
| android | ||
| audio_core | ||
| citra_meta | ||
| citra_qt | ||
| citra_room | ||
| citra_sdl | ||
| common | ||
| core | ||
| input_common | ||
| installer | ||
| network | ||
| tests | ||
| video_core | ||
| web_service | ||
| .clang-format | ||
| CMakeLists.txt | ||