mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 06:51:44 +00:00
35 lines
1,014 B
YAML
35 lines
1,014 B
YAML
audio:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/Ryujinx.Audio*/**'
|
|
|
|
cpu:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']
|
|
|
|
gpu:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Ryujinx.Graphics.*/**', 'src/Spv.Generator/**', 'src/Ryujinx.ShaderTools/**']
|
|
|
|
'graphics-backend:opengl':
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/Ryujinx.Graphics.OpenGL/**'
|
|
|
|
'graphics-backend:vulkan':
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']
|
|
|
|
gui:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.Ui.Common/**', 'src/Ryujinx.Ui.LocaleGenerator/**', 'src/Ryujinx.Ava/**']
|
|
|
|
horizon:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']
|
|
|
|
kernel:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
|
|
|
infra:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
|