Lime3DS/src
Taylor Rodríguez d82be7ac7c
Fix bug where log file was not generated on first run (#729)
* 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
2025-03-20 11:49:51 +00:00
..
android Fix language related issues (#735) 2025-03-19 15:21:22 +01:00
audio_core Replaced references to games with references to applications 2025-03-01 00:10:07 +00:00
citra_meta Corrected leftover references to Citra in build process (#614) 2025-03-02 18:26:45 +00:00
citra_qt Fix language related issues (#735) 2025-03-19 15:21:22 +01:00
citra_room room: Replaced references to games with applications. Includes options! 2025-03-01 00:10:07 +00:00
citra_sdl Add LLE modules for online features option + AM Refactor w/ various improvements/fixes 2025-03-13 21:17:32 +00:00
common Fix bug where log file was not generated on first run (#729) 2025-03-20 11:49:51 +00:00
core Fix incorrect syntax in construction of ARM_DynCom 2025-03-19 15:22:10 +01:00
input_common citra_qt: Add diagonal directional input bindings for circlepad and c-stick (#404) 2024-11-10 20:32:42 +00:00
installer installer: Replaced reference to "Dolphin.exe" left over from the Dolphin installer we're based on 2025-03-18 12:53:10 +00:00
network Add 'Set Up System Files' option (#642) 2025-03-10 10:48:11 +00:00
tests Removed some remaining .3ds extension references 2025-03-02 17:45:54 +00:00
video_core Fix VS uniform fields type declaration 2025-03-17 22:59:47 +00:00
web_service
.clang-format
CMakeLists.txt cmake: ENABLE_DEDICATED_ROOM --> ENABLE_ROOM 2025-03-04 21:02:44 +00:00