windows: move logs to log dir

This commit is contained in:
Megamouse 2025-01-02 17:42:05 +01:00
parent 451e953d26
commit a7edfa221e
6 changed files with 50 additions and 35 deletions

View file

@ -605,6 +605,9 @@ namespace fs
// Get common cache directory
const std::string& get_cache_dir();
// Get common log directory
const std::string& get_log_dir();
// Temporary directory
const std::string& get_temp_dir();