mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-20 15:38:32 +00:00
Reverted 'h' suffix detection
This causes too many breaking changes in the NV namespace.
This commit is contained in:
parent
ac0fab7760
commit
635bb85313
|
@ -44,7 +44,7 @@ namespace Bind
|
||||||
class FuncProcessor
|
class FuncProcessor
|
||||||
{
|
{
|
||||||
static readonly Regex Endings = new Regex(
|
static readonly Regex Endings = new Regex(
|
||||||
@"([hfd]v?|u?[isb](64)?v?|v|i_v|fi)$",
|
@"([fd]v?|u?[isb](64)?v?|v|i_v|fi)$",
|
||||||
RegexOptions.Compiled);
|
RegexOptions.Compiled);
|
||||||
static readonly Regex EndingsNotToTrim = new Regex(
|
static readonly Regex EndingsNotToTrim = new Regex(
|
||||||
"(sh|ib|[tdrey]s|[eE]n[vd]|bled" +
|
"(sh|ib|[tdrey]s|[eE]n[vd]|bled" +
|
||||||
|
|
Loading…
Reference in a new issue