-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Ryujinx/master
MM
- Loading branch information
Showing
3,771 changed files
with
118,621 additions
and
48,800 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Missing Shader Instruction | ||
description: Shader Instruction is missing in Ryujinx. | ||
title: "[GPU]" | ||
labels: [gpu, not-implemented] | ||
body: | ||
- type: textarea | ||
id: instruction | ||
attributes: | ||
label: Shader instruction | ||
description: What shader instruction is missing? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: required | ||
attributes: | ||
label: Required by | ||
description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "csc", | ||
"pattern": [ | ||
{ | ||
"regexp": "^((?:\\\\|/)(?:[^\\\\/:]+(?:\\\\|/))+[^\\\\/]+)\\((\\d+),(\\d+)\\):\\s+([a-zA-Z]+)\\s+([^:]+):\\s+([^[]+)\\s+\\[", | ||
"file": 1, | ||
"line": 2, | ||
"column": 3, | ||
"severity": 4, | ||
"code": 5, | ||
"message": 6 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
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'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
audio: | ||
- marysaka | ||
|
||
cpu: | ||
- gdkchan | ||
- riperiperi | ||
- marysaka | ||
- LDj3SNuD | ||
|
||
gpu: | ||
- gdkchan | ||
- riperiperi | ||
- marysaka | ||
|
||
gui: | ||
- Ack77 | ||
- emmauss | ||
- TSRBerry | ||
- marysaka | ||
|
||
horizon: | ||
- gdkchan | ||
- Ack77 | ||
- marysaka | ||
- TSRBerry | ||
|
||
infra: | ||
- marysaka | ||
- TSRBerry | ||
|
||
default: | ||
- '@developers' |
Oops, something went wrong.