mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 12:16:47 +00:00
[Linux] Fixed compilation issue
This commit is contained in:
parent
21bcc5eae1
commit
4aa2dcf5a3
|
@ -135,7 +135,7 @@ namespace OpenTK.Platform.Linux
|
|||
{
|
||||
unsafe
|
||||
{
|
||||
return new string((sbyte*)SeatGetPhysicalName(seat));
|
||||
return new string((sbyte*)SeatGetPhysicalNameInternal(seat));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue