mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-14 00:25:34 +00:00
Process overrides to Constant.Reference.
This commit is contained in:
parent
5d61e042a0
commit
5ee3013e49
|
@ -206,6 +206,7 @@ namespace Bind
|
|||
{
|
||||
case "name": c.Name = (string)node.TypedValue; break;
|
||||
case "value": c.Value = (string)node.TypedValue; break;
|
||||
case "reference": c.Reference = (string)node.TypedValue; break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue