2023-12-11 21:43:05 +01:00
|
|
|
audio:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/Ryujinx.Audio*/**'
|
2023-06-12 12:29:41 +02:00
|
|
|
|
|
|
|
cpu:
|
2023-12-11 21:43:05 +01:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']
|
2023-06-12 12:29:41 +02:00
|
|
|
|
|
|
|
gpu:
|
2023-12-11 21:43:05 +01:00
|
|
|
- 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/**'
|
2023-06-12 12:29:41 +02:00
|
|
|
|
|
|
|
'graphics-backend:vulkan':
|
2023-12-11 21:43:05 +01:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']
|
2023-06-12 12:29:41 +02:00
|
|
|
|
|
|
|
gui:
|
2023-12-11 21:43:05 +01:00
|
|
|
- changed-files:
|
2024-03-02 12:51:05 +01:00
|
|
|
- any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.UI.Common/**', 'src/Ryujinx.UI.LocaleGenerator/**', 'src/Ryujinx.Gtk3/**']
|
2023-06-12 12:29:41 +02:00
|
|
|
|
|
|
|
horizon:
|
2023-12-11 21:43:05 +01:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']
|
2023-06-12 12:29:41 +02:00
|
|
|
|
2023-12-11 21:43:05 +01:00
|
|
|
kernel:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
2023-06-12 12:29:41 +02:00
|
|
|
|
|
|
|
infra:
|
2023-12-11 21:43:05 +01:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
|