yuzu/src/common/fs
flodavid 6eac0a4802 Load custom Qt themes from yuzu data directory
- Directory is qt_themes, each theme must be in one folder
    - It should contain a file "style.qss"
    - It may contain an "icons" sub-directory, to override included icons
      (with files like mytheme/icons/colorful/48x48/star.png for example)
    - Directories ending by "_dark" are reserved for dark variant icons.
      They are not listed as themes in the UI.
- If theme directory contains "dark" or "midnight", theme will be considered dark
2024-12-20 15:24:57 +00:00
..
file.cpp android: Implement SAF support & migrate to SDK 31. (#4) 2023-06-03 00:05:29 -07:00
file.h fs/file: Explicitly convert std::u8string to std::filesystem::path 2024-01-20 17:46:30 +00:00
fs_android.cpp common: fs: Expand android macros 2024-02-08 14:13:46 -05:00
fs_android.h common: fs: Expand android macros 2024-02-08 14:13:46 -05:00
fs_paths.h Load custom Qt themes from yuzu data directory 2024-12-20 15:24:57 +00:00
fs_types.h vfs_real: misc optimizations 2023-06-16 16:29:06 -04:00
fs_util.cpp general: fix compile for Apple Clang 2022-11-22 22:22:28 -05:00
fs_util.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
fs.cpp add std::error_code for std::filesystem exceptions 2023-09-15 04:47:15 +10:00
fs.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
path_util.cpp Load custom Qt themes from yuzu data directory 2024-12-20 15:24:57 +00:00
path_util.h Load custom Qt themes from yuzu data directory 2024-12-20 15:24:57 +00:00