Lime3DS/src
Taylor Rodríguez 06c00a9319 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:50:27 +00:00
..
android Fix language related issues (#735) 2025-03-20 11:48:29 +00: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-20 11:48:29 +00: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:50:27 +00:00
core Fix uninitialized movable check on artic setup 2025-03-17 20:08:08 +00: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 Rebranded NSIS installer 2024-11-21 21:36:51 +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 23:01:00 +00:00
web_service Remove the telemetry (#45) 2024-11-07 14:42:32 +01:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt cmake: ENABLE_DEDICATED_ROOM --> ENABLE_ROOM 2025-03-04 21:02:44 +00:00