|
|
@@ -1,33 +1,35 @@
|
|
|
-audio: 'src/Ryujinx.Audio*/**'
|
|
|
+audio:
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: 'src/Ryujinx.Audio*/**'
|
|
|
|
|
|
cpu:
|
|
|
- - 'src/ARMeilleure/**'
|
|
|
- - 'src/Ryujinx.Cpu/**'
|
|
|
- - 'src/Ryujinx.Memory/**'
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: ['src/ARMeilleure/**', 'src/Ryujinx.Cpu/**', 'src/Ryujinx.Memory/**']
|
|
|
|
|
|
gpu:
|
|
|
- - 'src/Ryujinx.Graphics.*/**'
|
|
|
- - 'src/Spv.Generator/**'
|
|
|
- - 'src/Ryujinx.ShaderTools/**'
|
|
|
+- 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:opengl': 'src/Ryujinx.Graphics.OpenGL/**'
|
|
|
'graphics-backend:vulkan':
|
|
|
- - 'src/Ryujinx.Graphics.Vulkan/**'
|
|
|
- - 'src/Spv.Generator/**'
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: ['src/Ryujinx.Graphics.Vulkan/**', 'src/Spv.Generator/**']
|
|
|
|
|
|
gui:
|
|
|
- - 'src/Ryujinx/**'
|
|
|
- - 'src/Ryujinx.Ui.Common/**'
|
|
|
- - 'src/Ryujinx.Ui.LocaleGenerator/**'
|
|
|
- - 'src/Ryujinx.Ava/**'
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: ['src/Ryujinx/**', 'src/Ryujinx.Ui.Common/**', 'src/Ryujinx.Ui.LocaleGenerator/**', 'src/Ryujinx.Ava/**']
|
|
|
|
|
|
horizon:
|
|
|
- - 'src/Ryujinx.HLE/**'
|
|
|
- - 'src/Ryujinx.Horizon*/**'
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: ['src/Ryujinx.HLE/**', 'src/Ryujinx.Horizon/**']
|
|
|
|
|
|
-kernel: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
|
|
+kernel:
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: 'src/Ryujinx.HLE/HOS/Kernel/**'
|
|
|
|
|
|
infra:
|
|
|
- - '.github/**'
|
|
|
- - 'distribution/**'
|
|
|
- - 'Directory.Packages.props'
|
|
|
+- changed-files:
|
|
|
+ - any-glob-to-any-file: ['.github/**', 'distribution/**', 'Directory.Packages.props']
|