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