Remove TranslatorConfig struct
This commit is contained in:
parent
6a8ba6d600
commit
3ca675223a
7 changed files with 14 additions and 48 deletions
|
@ -19,9 +19,7 @@ namespace Ryujinx.ShaderTools
|
|||
|
||||
byte[] data = File.ReadAllBytes(args[args.Length - 1]);
|
||||
|
||||
TranslationConfig translationConfig = new TranslationConfig(0x10000, 0, flags);
|
||||
|
||||
string code = Translator.Translate(data, translationConfig).Code;
|
||||
string code = Translator.Translate(data, flags).Code;
|
||||
|
||||
Console.WriteLine(code);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue