mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 23:32:21 -05:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader.Translation
|
||||
{
|
||||
public enum TargetLanguage
|
||||
{
|
||||
Glsl,
|
||||
Spirv,
|
||||
Arb
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user