suyu/src/common/fs
flodavid c889f1bd36 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-04-03 21:06:48 +02:00
..
file.cpp Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
file.h Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs.cpp Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs.h Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs_android.cpp Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs_android.h Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs_paths.h Load custom Qt themes from yuzu data directory 2024-04-03 21:06:48 +02:00
fs_types.h Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs_util.cpp Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
fs_util.h Revert "Merge branch 'master' into 'dev'" 2024-03-06 05:26:38 +00:00
path_util.cpp Load custom Qt themes from yuzu data directory 2024-04-03 21:06:48 +02:00
path_util.h Load custom Qt themes from yuzu data directory 2024-04-03 21:06:48 +02:00