mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-12 11:59:09 +00:00
Implement parallel host shader cache compilation.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public enum ProgramLinkStatus
|
||||
{
|
||||
Incomplete,
|
||||
Success,
|
||||
Failure
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user