mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 03:05:30 +00:00
Respect the user's output path/file settings.
This commit is contained in:
parent
e9505ccb96
commit
c412f93700
|
@ -54,8 +54,8 @@ namespace Bind.GL2
|
|||
Settings.DelegatesClass = "Delegates";
|
||||
|
||||
Settings.OutputClass = "GL";
|
||||
Settings.OutputNamespace = "OpenTK.Graphics.OpenGL";
|
||||
Settings.OutputPath = "../../../Source/OpenTK/Graphics/OpenGL";
|
||||
Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL";
|
||||
Settings.DefaultOutputPath = "../../../Source/OpenTK/Graphics/OpenGL";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue